UNPKG

react-fex-gallery

Version:

React gallery powered by FEX.net API

9 lines (8 loc) 244 B
import { IState } from '../store/interfaces'; import { Dispatch } from 'react'; import { Action } from '../store'; declare const useAppContext: () => { state: IState; dispatch: Dispatch<Action>; }; export default useAppContext;