interface IReactionDisposer {
    $mobx: Reaction;
    (): void;
}
  • Returns void

Properties

Properties

$mobx: Reaction