UNPKG

@nexcodepl/store-react

Version:
3 lines (2 loc) 120 B
import { StoreReadonly } from "@nexcodepl/store"; export declare function useStoreState<T>(store: StoreReadonly<T>): T;