descriptions-row.mjs 278 B

1234567891011
  1. import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
  2. const descriptionsRowProps = buildProps({
  3. row: {
  4. type: definePropType(Array),
  5. default: () => []
  6. }
  7. });
  8. export { descriptionsRowProps };
  9. //# sourceMappingURL=descriptions-row.mjs.map