UNPKG

element-plus

Version:

A Component Library for Vue 3

12 lines (9 loc) 278 B
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs'; const descriptionsRowProps = buildProps({ row: { type: definePropType(Array), default: () => [] } }); export { descriptionsRowProps }; //# sourceMappingURL=descriptions-row.mjs.map