UNPKG

vexip-ui

Version:

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

1 lines 687 B
{"version":3,"file":"symbol.cjs","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":"gFAiBa,MAAAA,EAAY,OAAO,OAA2B,CACzD,UACA,SACA,SACA,aACA,gBACA,MACF,CAAC"}