UNPKG

vexip-ui

Version:

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

1 lines 566 B
{"version":3,"file":"symbol.cjs","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":"gFASa,MAAAA,EAAa,OAAO,OAAoB,CACnD,UACA,UACA,OACA,UACA,UACA,OACF,CAAC"}