UNPKG

@extclp/vexip-ui

Version:

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

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