UNPKG

mobx-react

Version:

React bindings for MobX. Create fully reactive components.

5 lines (4 loc) 267 B
import { MockObj } from "jest-mock-console"; export declare function withConsole(fn: Function): void; export declare function withConsole(settings: MockObj, fn: Function): void; export declare function withConsole(props: Array<ConsoleProps>, fn: Function): void;