@spratch/whtable
Version:
A typescript react accessible table component for WealthHealth
10 lines (9 loc) • 565 B
TypeScript
export declare const store: import('@reduxjs/toolkit').EnhancedStore<{
pagination: import('./features/pagination.slice').PaginationState;
}, import('redux').UnknownAction, import('@reduxjs/toolkit').Tuple<[import('redux').StoreEnhancer<{
dispatch: import('redux-thunk').ThunkDispatch<{
pagination: import('./features/pagination.slice').PaginationState;
}, undefined, import('redux').UnknownAction>;
}>, import('redux').StoreEnhancer]>>;
export type RootState = ReturnType<typeof store.getState>;
export type AppDispatch = typeof store.dispatch;