UNPKG

@dfsj/echarts

Version:

专业的水文曲线组件或构造函数以及通用的echart二次封装图表

10 lines (9 loc) 245 B
declare const themes: { dark: () => Promise<any>; 'dark-blue': () => Promise<any>; macarons: () => Promise<any>; roma: () => Promise<any>; shine: () => Promise<any>; vintage: () => Promise<any>; }; export default themes;