UNPKG

cra-template-sdw

Version:
5 lines (3 loc) 148 B
import { useDispatch } from 'react-redux'; import { AppDispatch } from '../store'; export const useAppDispatch = () => useDispatch<AppDispatch>();