@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 602 B
Source Map (JSON)
{"version":3,"file":"symbol.mjs","sources":["../../../components/result/symbol.ts"],"sourcesContent":["export type ResultType = 'primary' | 'info' | 'success' | 'warning' | 'error'\r\n\r\nexport interface ResultSlots {\r\n icon?: () => any,\r\n title?: () => any,\r\n description?: () => any,\r\n extra?: () => any,\r\n}\r\n\r\nexport const resultTypes = Object.freeze<ResultType[]>([\r\n 'primary',\r\n 'info',\r\n 'success',\r\n 'warning',\r\n 'error',\r\n])\r\n"],"names":["resultTypes"],"mappings":"AASa,MAAAA,IAAc,OAAO,OAAqB;AAAA,EACrD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}