UNPKG

neuro-store

Version:
6 lines (5 loc) 250 B
declare const useDispatch: () => import("react").Dispatch<any> & { withPromise: (action: any) => Promise<any>; }; declare function useSelector<State, Selected>(selector: (state: State) => Selected): Selected; export { useDispatch, useSelector };