UNPKG

lobx-react

Version:

Lightweight React bindings for lobx based on React 16.8+ and Hooks

6 lines (5 loc) 230 B
import { ReactionCleanupTracking } from "./reactionCleanupTrackingCommon"; /** * timers, gc-style, uncommitted reaction cleanup */ export declare function createTimerBasedReactionCleanupTracking(): ReactionCleanupTracking;