UNPKG

@extclp/vexip-ui

Version:

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

3 lines (2 loc) 148 B
export type BubbleType = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'error'; export declare const bubbleTypes: readonly BubbleType[];