UNPKG

@rbxts/rodux-hooks

Version:

Port of littensy's roact-rodux-hooked for kampf's RoactHooks library.

8 lines (7 loc) 450 B
export { Provider } from "./components/provider"; export { RoactRoduxContext, IRoactRoduxContextValue } from "./components/context"; export { shallowEqual } from "./helpers/shallow-equal"; export { useDispatch } from "./hooks/use-dispatch"; export { useSelector, ITypedUseSelectorHook } from "./hooks/use-selector"; export { useStore } from "./hooks/use-store"; export type { IRoactContext, InferStoreAction, InferStoreState } from "./types";