UNPKG

repond

Version:

respond to items state in realtime

6 lines (5 loc) 345 B
export declare function whenSettingStates(callback: any): void; export declare function whenStartingEffects(callback: any): void; export declare function whenStoppingEffects(callback: any): void; export declare function whenDoingEffectsRunAtStart(callback: any): void; export declare function runWhenAddingAndRemovingItems(callback: any): void;