UNPKG

@opentiny/tiny-toolkit-pro

Version:

TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板

9 lines (7 loc) 168 B
export interface TinyChartsRowItem { [key: string]: number | string; } export interface TinyChartsData { columns: string[]; rows: TinyChartsRowItem[]; }