@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 594 B
Source Map (JSON)
{"version":3,"file":"symbol.mjs","sources":["../../../components/alert/symbol.ts"],"sourcesContent":["export type AlertType = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'error'\n\nexport interface AlertSlots {\n default?: () => any,\n title?: () => any,\n close?: () => any,\n icon?: () => any\n}\n\nexport const alertTypes = Object.freeze<AlertType[]>([\n 'default',\n 'primary',\n 'info',\n 'success',\n 'warning',\n 'error'\n])\n"],"names":["alertTypes"],"mappings":"AASa,MAAAA,IAAa,OAAO,OAAoB;AAAA,EACnD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}