{"version":3,"file":"rate.mjs","sources":["../../../../../../packages/components/rate/src/rate.ts"],"sourcesContent":["import { buildProps } from \"@xplus/utils/props\";\nimport type { ExtractPropTypes } from \"vue\";\n\nexport const rateProps = buildProps({\n  colors: {\n    type: Array,\n    default: () => [\"#FAD20C\", \"#FAD20C\", \"#FAD20C\"],\n  },\n  voidColor: {\n    type: String,\n    default: \"#D8DADD\",\n  },\n} as const);\n\nexport type RateProps = ExtractPropTypes<typeof rateProps>;\n"],"names":[],"mappings":";;AACY,MAAC,SAAS,GAAG,UAAU,CAAC;AACpC,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,KAAK;AACf,IAAI,OAAO,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;AACpD,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,SAAS;AACtB,GAAG;AACH,CAAC;;;;"}