UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

11 lines (8 loc) 191 B
import { buildProps } from 'element-plus/es/utils/index'; const descriptionsRowProps = buildProps({ row: { type: Array, default: () => [] } }); export { descriptionsRowProps };