UNPKG

bixi

Version:

企业级中后台前端解决方案

23 lines (19 loc) 311 B
export interface IIconData { data: { [key: string]: { [key: string]: string[] }; }; } export interface IICON { type: string; path: string; copyCode: string; copySvgPath: string; text: string; } export interface IICONCate { cate: string; cateCode: string; icons: IICON[]; }