{"version":3,"file":"switch2.mjs","sources":["../../../../../../packages/components/switch/src/switch.ts"],"sourcesContent":["import { buildProps } from \"@xplus/utils/props\";\nimport type { ExtractPropTypes } from \"vue\";\n\nexport const switchProps = buildProps({\n  size: {\n    type: String,\n    default: \"normal\",\n    values: [\"normal\", \"mini\"],\n  },\n} as const);\n\nexport type SwitchProps = ExtractPropTypes<typeof switchProps>;\n"],"names":[],"mappings":";;AACY,MAAC,WAAW,GAAG,UAAU,CAAC;AACtC,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,QAAQ;AACrB,IAAI,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;AAC9B,GAAG;AACH,CAAC;;;;"}