UNPKG

@mollycule/redux-hook

Version:

React hook for using redux in your application

7 lines (6 loc) 220 B
import { Context } from "react"; import { Store } from "redux"; export default function <RootState>({ Provider }: Context<Store<RootState>>): ({ store, children }: { store: any; children: any; }) => JSX.Element;