UNPKG

@frauschert/yas

Version:

Yet Another State - A lightweight and type-safe state management solution for React

3 lines (2 loc) 176 B
import { Store } from '../core/store'; export declare function devToolsMiddleware<T>(storeName: string): (store: Store<T>) => (next: (state: T) => void) => (state: T) => void;