UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

1 lines 716 B
{"version":3,"file":"symbol.mjs","sources":["../../../components/progress/symbol.ts"],"sourcesContent":["export type ProgressInfoType =\n | 'outside'\n | 'inside'\n | 'bubble'\n | 'bubble-top'\n | 'bubble-bottom'\n | 'none'\n\nexport type ProgressStrokeColor =\n | string\n | [string, string]\n | ((percentage: number) => string | [string, string])\n\nexport interface ProgressSlots {\n default?: () => any,\n}\n\nexport const infoTypes = Object.freeze<ProgressInfoType[]>([\n 'outside',\n 'inside',\n 'bubble',\n 'bubble-top',\n 'bubble-bottom',\n 'none',\n])\n"],"names":["infoTypes"],"mappings":"AAiBa,MAAAA,IAAY,OAAO,OAA2B;AAAA,EACzD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}