@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
1 lines • 607 B
Source Map (JSON)
{"version":3,"file":"arrow.mjs","sources":["../../../../../../packages/components/icon/src/arrow.ts"],"sourcesContent":["import { buildProps } from '@vuesax-alpha/utils'\n\nimport type { ExtractPropType } from '@vuesax-alpha/utils'\nimport type Arrow from './arrow.vue'\n\nexport const arrowProps = buildProps({\n less: {\n type: Boolean,\n },\n} as const)\n\nexport type ArrowProps = ExtractPropType<typeof arrowProps>\nexport type ArrowInstance = InstanceType<typeof Arrow>\n"],"names":[],"mappings":";;;AAKO,MAAM,aAAa,UAAW,CAAA;AAAA,EACnC,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,OAAA;AAAA,GACR;AACF,CAAU;;;;"}