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

9 lines
343 B
TypeScript

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;
}>;