UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 172 B
type TimelineRef = { collapseAll: () => void; expandAll: () => void; }; export declare const timelineRef: import("react").RefObject<TimelineRef | null>; export {};