UNPKG

@extclp/vexip-ui

Version:

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

1 lines 630 B
{"version":3,"file":"symbol.mjs","sources":["../../../components/alert/symbol.ts"],"sourcesContent":["export type AlertType = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'error'\r\n\r\nexport interface AlertSlots {\r\n default?: () => any,\r\n title?: () => any,\r\n close?: () => any,\r\n icon?: () => any,\r\n}\r\n\r\nexport const alertTypes = Object.freeze<AlertType[]>([\r\n 'default',\r\n 'primary',\r\n 'info',\r\n 'success',\r\n 'warning',\r\n 'error',\r\n])\r\n"],"names":["alertTypes"],"mappings":"AASa,MAAAA,IAAa,OAAO,OAAoB;AAAA,EACnD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}