UNPKG

timeline-state-resolver

Version:
4 lines 327 B
import { type Mappings } from 'timeline-state-resolver-types'; import type { PharosState, PharosCommandWithContext } from '.'; export declare function diffStates(oldPharosState: PharosState | undefined, newPharosState: PharosState, _mappings: Mappings): Array<PharosCommandWithContext>; //# sourceMappingURL=diffStates.d.ts.map