UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

9 lines (8 loc) 361 B
import React from 'react'; export declare const useResponsiveSidebarStatus: () => "collapsed" | "expanded"; export declare const TopPanel: React.NamedExoticComponent<{ readonly readOnlyStudio: boolean; readonly onMounted: () => void; readonly drawRef: React.RefObject<HTMLDivElement | null>; readonly bufferStateDelayInMilliseconds: number; }>;