UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines 469 B
import { IAutorunOptions, IReactionOptions, IReactionPublic } from "mobx"; import { EffectCallback } from "react"; export declare function useAutorun(view: (r: IReactionPublic) => any, opts?: IAutorunOptions): void; export declare function useReaction<T>(expression: (r: IReactionPublic) => T, effect: (arg: T, r: IReactionPublic) => void, opts?: IReactionOptions): void; export declare function useInit(effect: EffectCallback): void; //# sourceMappingURL=mobx.d.ts.map