Skip to content

Commit 5a8f6e7

Browse files
authored
fix: export lost types (#1116)
1 parent 53e3203 commit 5a8f6e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/immer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ import {
88

99
export {
1010
Draft,
11+
WritableDraft,
1112
Immutable,
1213
Patch,
1314
PatchListener,
15+
Producer,
1416
original,
1517
current,
1618
isDraft,

0 commit comments

Comments
 (0)