UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

7 lines (6 loc) 353 B
import { IReactionOptions } from 'mobx'; declare type ReactionWithOldValueOption = { ignoreFirst: boolean; } & IReactionOptions; export declare const reactionWithOldValue: <T>(expression: () => T, effect: (newValue: T, oldValue?: T | undefined) => void, opts?: ReactionWithOldValueOption | undefined) => import("mobx").IReactionDisposer; export {};