Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/descriptions/src/descriptions-row.js

16 lines
371 B
JavaScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
'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