UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

3 lines (2 loc) 138 B
import { FnVoid, UniqueKey } from '../core'; export declare const onReStateChange: (callback: FnVoid, dependencies: UniqueKey[]) => void;