UNPKG

@alicloud/cloud-charts

Version:

![](https://img.shields.io/npm/v/@alicloud/cloud-charts?color=%23ff8200)

26 lines (25 loc) 1.08 kB
declare const VERSION: string; declare const THEME: string; export { VERSION }; export { THEME }; export declare const FullCamelName = "CloudCharts"; export declare const FullCrossName = "cloud-charts"; export declare const FullTrackName = "CloudChartsTrackEnable"; export declare const FullTestName = "CloudChartsTestEnable"; export declare const FullConsoleName = "CloudChartsConsoleDisable"; export declare const FullQualityName = "CloudChartsQualityInfo"; export declare const FullThemeName = "CloudChartsDefaultTheme"; export declare const FullThemeEventName = "setCloudChartsTheme"; export declare const TrackName = "cloud-chart.use.init"; export declare const PrefixName = "cloud"; export declare const FullLanguageName = "CloudChartsDefaultLanguage"; export declare const FullLanguageEventName = "setCloudChartsLanguage"; export declare const HideTooltipEventName = "hideCloudChartsTooltip"; declare global { interface Window { /** * 通过全局变量控制是否开启用户跟踪系统 * */ CloudChartsTrackEnable?: boolean; } }