Skip to content

Commit

Permalink
resolve auto register typescript failure (#9292)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jun 20, 2021
1 parent 87bd578 commit 4560a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto/auto.esm.d.ts
@@ -1,4 +1,4 @@
import { Chart } from '../dist/chart.esm';
import { Chart } from '../types/index.esm';

export * from '../dist/chart.esm';
export * from '../types/index.esm';
export default Chart;

0 comments on commit 4560a87

Please sign in to comment.