UNPKG

@tacky/store

Version:

State management framework based on react

7 lines (6 loc) 185 B
import { ConfigCtx } from '../interfaces'; export declare let ctx: ConfigCtx; /** * framework global config method. */ export declare function config(conf: Partial<ConfigCtx>): void;