UNPKG

undux

Version:

Dead simple state management for React

3 lines (2 loc) 158 B
import { StoreDefinition } from '..'; export declare function withReduxDevtools<State extends object>(store: StoreDefinition<State>): StoreDefinition<State>;