UNPKG

redux-toolkit-state

Version:

🚀 A powerful & lightweight React hook library that simplifies Redux state management with a familiar useState-like API. Built on Redux Toolkit for optimal performance.

10 lines • 529 B
/** Main exports */ export { useReduxState } from './hooks/useReduxState'; export { useReduxStateSelector, useMultipleGlobalStates, useReduxStateValue, } from './hooks/useReduxStateSelector'; export { GlobalReduxProvider } from './provider'; export type { RootState } from './types'; /** advance imports */ export { getStore, createSliceForKey, getSliceForKey, getRegisteredKeys, clearSlices, } from './store'; /** Default export */ export { GlobalReduxProvider as default } from './provider'; //# sourceMappingURL=index.d.ts.map