UNPKG

mobx-react

Version:

React bindings for MobX. Create fully reactive components.

7 lines (6 loc) 270 B
export declare function shallowEqual(objA: any, objB: any): boolean; export interface Mixins extends Record<string, any> { locks: number; methods: Array<Function>; } export declare function patch(target: object, methodName: string, mixinMethod: Function): void;