UNPKG

create-react-app-ts

Version:

Scalable starter boilerplate for React applications

6 lines (3 loc) 190 B
import { TypedUseSelectorHook, useSelector } from 'react-redux'; import { RootState } from '@store/interfaces'; export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector;