UNPKG

@cataract6545/tmui

Version:

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

14 lines 268 B
export interface cellOptsType { width: number, height: number, _x: number, _y: number, _index: number, _id: number, [key: string]: any } export interface itemType { icon?: string, text?: string, [key: string]: any }