-
Notifications
You must be signed in to change notification settings - Fork 19
store
canisminor1990 edited this page Apr 8, 2023
·
1 revision
Ƭ OnPropChange: (node
: NodeId
, property
: PropertyKey
, value
: any
) => void
▸ (node
, property
, value
): void
Name | Type |
---|---|
node |
NodeId |
property |
PropertyKey |
value |
any |
void
▸ useAppStore(): AppState
node_modules/zustand/react.d.ts:12
▸ useAppStore<U
>(selector
, equals?
): U
Name |
---|
U |
Name | Type |
---|---|
selector |
(state : AppState ) => U
|
equals? |
(a : U , b : U ) => boolean
|
U
node_modules/zustand/react.d.ts:13