[echarts]Supported when include ECharts charts and components on demand (#23127)

This commit is contained in:
vdfor
2018-01-26 00:27:38 +08:00
committed by Andy
parent 0a704bbc7b
commit c505a992f7

View File

@@ -194,3 +194,7 @@ declare namespace echarts {
declare module 'echarts' {
export = echarts;
}
declare module 'echarts/lib/echarts' {
export = echarts;
}