UNPKG

timeline-state-resolver

Version:
5 lines 462 B
import { Mappings, SomeMappingQuantel, TSRTimelineContent, Timeline } from 'timeline-state-resolver-types'; import { MappedPorts, QuantelState } from './types'; export declare function getMappedPorts(mappings: Mappings<SomeMappingQuantel>): MappedPorts; export declare function convertTimelineStateToQuantelState(timelineState: Timeline.TimelineState<TSRTimelineContent>, mappings: Mappings<SomeMappingQuantel>): QuantelState; //# sourceMappingURL=state.d.ts.map