useStore() function
Signature:
export declare function useStore<T>(store: Store<T>): T;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
store |
Store<T> |
T
Signature:
export declare function useStore<T>(store: Store<T>): T;|
Parameter |
Type |
Description |
|---|---|---|
|
store |
Store<T> |
T