Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
The type should not point to the source code, which will cause the upper layer to rely on the compilation type to report an error
  • Loading branch information
lzxb authored Feb 14, 2022
1 parent e25b110 commit 8e0e0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './src/zrender';
export * from './src/export';
export * from './lib/zrender';
export * from './lib/export';

0 comments on commit 8e0e0d0

Please sign in to comment.