mobx
Version:
Simple, scalable state management.
9 lines (8 loc) • 327 B
TypeScript
export declare function configure(options: {
enforceActions?: boolean | "strict" | "never" | "always" | "observed";
computedRequiresReaction?: boolean;
computedConfigurable?: boolean;
isolateGlobalState?: boolean;
disableErrorBoundaries?: boolean;
reactionScheduler?: (f: () => void) => void;
}): void;