You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
970 B
1 lines
970 B
{"ast":null,"code":"import { buttonProps } from './button.mjs';\nconst buttonGroupProps = {\n size: buttonProps.size,\n type: buttonProps.type\n};\nexport { buttonGroupProps };","map":{"version":3,"names":["buttonGroupProps","size","buttonProps","type"],"sources":["../../../../../../packages/components/button/src/button-group.ts"],"sourcesContent":["import { buttonProps } from './button'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const buttonGroupProps = {\n /**\n * @description control the size of buttons in this button-group\n */\n size: buttonProps.size,\n /**\n * @description control the type of buttons in this button-group\n */\n type: buttonProps.type,\n} as const\nexport type ButtonGroupProps = ExtractPropTypes<typeof buttonGroupProps>\n"],"mappings":";AACY,MAACA,gBAAgB,GAAG;EAC9BC,IAAI,EAAEC,WAAW,CAACD,IAAI;EACtBE,IAAI,EAAED,WAAW,CAACC;AACpB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|