UNPKG

redux-devtools

Version:
3 lines (2 loc) 247 B
import { Action, StoreEnhancer } from 'redux'; export default function persistState<S, A extends Action<unknown>, MonitorState>(sessionId?: string | null, deserializeState?: (state: S) => S, deserializeAction?: (action: A) => A): StoreEnhancer;