mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-28 03:25:02 +08:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
declare module "echarts/lib/theme/dark.js" {
|
|
const theme: Record<string, unknown>;
|
|
export default theme;
|
|
}
|
|
|
|
declare module "echarts-gl/charts";
|
|
declare module "echarts-gl/components";
|