8f24b2afa63f0789cfce51276e6aec222bdb8bf415522596b6fdeed81de8bc4736f220ca1f8a66c724f57746e08097a5cf2c7941587f5965187920e5b7e457 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