16 lines
371 B
JavaScript
16 lines
371 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var runtime = require('../../../utils/vue/props/runtime.js');
|
|
|
|
const descriptionsRowProps = runtime.buildProps({
|
|
row: {
|
|
type: runtime.definePropType(Array),
|
|
default: () => []
|
|
}
|
|
});
|
|
|
|
exports.descriptionsRowProps = descriptionsRowProps;
|
|
//# sourceMappingURL=descriptions-row.js.map
|