Skip to content

Commit 8e0e0d0

Browse files
authored
Update index.d.ts
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
1 parent e25b110 commit 8e0e0d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './src/zrender';
2-
export * from './src/export';
1+
export * from './lib/zrender';
2+
export * from './lib/export';

0 commit comments

Comments
 (0)