Files
story-studio/remotion/node_modules/@remotion/studio/dist/state/timeline-ref.d.ts
2026-02-21 10:33:18 +01:00

7 lines
172 B
TypeScript

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