Files
PartsInquiry/admin/node_modules/element-plus/lib/components/descriptions/src/descriptions-row.js
2025-09-24 20:35:15 +08:00

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