UNPKG

repond

Version:

respond to items state in realtime

4 lines (3 loc) 283 B
import { RecordedChanges, UntypedDiffInfo } from "./meta"; export declare function createDiffInfo(diffInfo: UntypedDiffInfo): void; export declare function getStatesDiff(nowState: any, prevState: any, diffInfo: any, recordedChanges: RecordedChanges, checkAllChanges: boolean): void;