UNPKG

@extclp/vexip-ui

Version:

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

9 lines (8 loc) 266 B
export type ResultType = 'primary' | 'info' | 'success' | 'warning' | 'error'; export interface ResultSlots { icon?: () => any; title?: () => any; description?: () => any; extra?: () => any; } export declare const resultTypes: readonly ResultType[];