init commit
This commit is contained in:
8
remotion/node_modules/@remotion/studio/dist/components/TopPanel.d.ts
generated
vendored
Normal file
8
remotion/node_modules/@remotion/studio/dist/components/TopPanel.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
export declare const useResponsiveSidebarStatus: () => "collapsed" | "expanded";
|
||||
export declare const TopPanel: React.FC<{
|
||||
readonly readOnlyStudio: boolean;
|
||||
readonly onMounted: () => void;
|
||||
readonly drawRef: React.RefObject<HTMLDivElement | null>;
|
||||
readonly bufferStateDelayInMilliseconds: number;
|
||||
}>;
|
||||
Reference in New Issue
Block a user