Skip to content

Commit

Permalink
style: fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Sep 9, 2021
1 parent a7e1e7f commit 8e4fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

import * as echarts from './types/dist/echarts';
// Export for UMD module.
export as namespace echarts
export as namespace echarts;
export = echarts;

0 comments on commit 8e4fbc9

Please sign in to comment.