init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio/dist/state/timeline-ref.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio/dist/state/timeline-ref.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
type TimelineRef = {
|
||||
collapseAll: () => void;
|
||||
expandAll: () => void;
|
||||
};
|
||||
export declare const timelineRef: import("react").RefObject<TimelineRef | null>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user