element-plus
Version:
A Component Library for Vue 3
13 lines (10 loc) • 313 B
JavaScript
import '../../../utils/index.mjs';
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
const descriptionsRowProps = buildProps({
row: {
type: definePropType(Array),
default: () => []
}
});
export { descriptionsRowProps };
//# sourceMappingURL=descriptions-row.mjs.map