UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 203 B
import type { TimelineInOutContextValue } from './in-out'; export declare const persistMarks: (marks: TimelineInOutContextValue) => void; export declare const loadMarks: () => TimelineInOutContextValue;