UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

5 lines (4 loc) 232 B
import { TypedUseSelectorHook } from 'react-redux'; import type { AppState, AppDispatch } from "../store"; export declare const useAppDispatch: () => AppDispatch; export declare const useAppSelector: TypedUseSelectorHook<AppState>;