UNPKG

@cataract6545/tmui

Version:

tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI

10 lines 404 B
export type modelType = "load" | "error" | "info" | "warn" | "quest" | "success" | "disabled" | "wait" export interface config { duration?: number, //显示的时长 icon?: string, //显示的图标 text?: string, //显示的文本 color?: string, //显示的主题 dark?: boolean, //是否暗黑 model?: modelType,//模式见上方modelType mask?: boolean //是否显示黑色遮罩。 }