UNPKG
@udecode/zustood
Version:
latest (2.0.0)
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
A modular store factory using zustand
github.com/udecode/zustood
udecode/zustood
@udecode/zustood
/
dist
/
types
/
ImmerOptions.d.ts
8 lines
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ImmerOptions
{
/** * Enable autofreeze. */
enabledAutoFreeze?:
boolean
; enableMapSet?:
boolean
; }
//# sourceMappingURL=ImmerOptions.d.ts.map