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