Skip to content

Commit e46733b

Browse files
committed
fix(types): add backward compatible declarations
1 parent 27e0628 commit e46733b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

basic.d.ts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "./dist/index.basic";
1+
export * from "./dist/basic";

browser.d.ts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "./dist/index.browser";
1+
export * from "./dist/browser";

core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "./dist/index.core";
1+
export * from "./dist/core";

utils.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./dist/utils";

0 commit comments

Comments
 (0)