UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (11 loc) 371 B
'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