UNPKG

redext

Version:

A simple global store based on React Context and Hooks

6 lines (3 loc) 142 B
import { Dispatch } from '../types/index.js'; declare function useDispatch(): Dispatch<any> | undefined; export { useDispatch as default };