{"version":3,"file":"button-group2.mjs","sources":["../../../../../../packages/components/button/src/button-group.ts"],"sourcesContent":["import { buttonProps } from './button'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type buttonGroup from './button-group.vue'\n\nexport const buttonGroupProps = {\n  size: { ...buttonProps.size, default: 'small' },\n  type: { ...buttonProps.type, default: 'ghost' },\n  rounded: Boolean,\n  compact: Boolean,\n} as const\nexport type ButtonGroupProps = ExtractPropTypes<typeof buttonGroupProps>\n\nexport type ButtonGroupInstance = InstanceType<typeof buttonGroup>\n"],"names":[],"mappings":";;AAKO,MAAM,gBAAmB,GAAA;AAAA,EAC9B,MAAM,EAAE,GAAG,WAAY,CAAA,IAAA,EAAM,SAAS,OAAQ,EAAA;AAAA,EAC9C,MAAM,EAAE,GAAG,WAAY,CAAA,IAAA,EAAM,SAAS,OAAQ,EAAA;AAAA,EAC9C,OAAS,EAAA,OAAA;AAAA,EACT,OAAS,EAAA,OAAA;AACX;;;;"}