177a6c778835942d2a47ea443a5db97149592fa5f064449db7461f1beecbf5e27c8d4ae69ba39f20633ec58039d43501d07d20cafac28f9afe19b02785b309 265 B

123456789101112131415
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. const barProps = buildProps({
  3. always: {
  4. type: Boolean,
  5. default: true
  6. },
  7. minSize: {
  8. type: Number,
  9. required: true
  10. }
  11. });
  12. export { barProps };
  13. //# sourceMappingURL=bar.mjs.map