UNPKG

legion-vue-core

Version:

5 lines (4 loc) 268 B
export type SIZE = 'sm' | 'md' | 'lg'; export type COLOR = 'primary' | 'secondary' | 'tertiary' | 'success' | 'error' | 'warning' | 'information'; export type VARIANT = 'solid' | 'soft' | 'outline' | 'transparent'; export type STATUS = 'normal' | 'error' | 'success';