UNPKG

use-hook-kits

Version:

![npm](https://img.shields.io/npm/dt/use-hook-kits.svg) ![npm](https://img.shields.io/npm/v/use-hook-kits.svg) ![NpmLicense](https://img.shields.io/npm/l/use-hook-kits.svg)

7 lines (4 loc) 200 B
import useContext from './useContext.js'; const {useContextSelector, StateContext} = useContext; const useDispatch = () => useContextSelector(StateContext, (v) => v[1]); export default useDispatch;