timeline-state-resolver
Version:
Have timeline, control stuff
5 lines • 462 B
TypeScript
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