UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

6 lines (5 loc) 248 B
import { Store } from '@reduxjs/toolkit'; import { AppState } from '../reducer'; declare const store: (preloadedState: AppState | {}) => Store<AppState>; export declare type AppDispatch = ReturnType<typeof store>['dispatch']; export default store;