UNPKG

@doreamonjs/page-creator

Version:
9 lines (8 loc) 215 B
declare module 'react-redux' { function useSelector(fn: (state: any) => any): any; function useDispatch(): (action: { type: string; payload: any; [key: string]: any; }) => any; }