Type alias StoreHook<Store>
StoreHook<Store>: (() => [store: Store, setStore: Dispatch<SetStateAction<Store>>])
Type declaration
-
- (): [store: Store, setStore: Dispatch<SetStateAction<Store>>]
-
Returns [store: Store, setStore: Dispatch<SetStateAction<Store>>]