mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-30 08:26:24 +08:00
11 lines
390 B
TypeScript
11 lines
390 B
TypeScript
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
declare const LOADING_OPTIONS_KEY = "ecLoadingOptions";
|
|
declare const THEME_KEY = "ecTheme";
|
|
declare const INIT_OPTIONS_KEY = "ecInitOptions";
|
|
declare const UPDATE_OPTIONS_KEY = "ecUpdateOptions";
|
|
|
|
declare const _default: any;
|
|
|
|
export default _default;
|
|
export { INIT_OPTIONS_KEY, LOADING_OPTIONS_KEY, THEME_KEY, UPDATE_OPTIONS_KEY };
|