UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 236 B
export declare const explorerSidebarTabs: import("react").RefObject<{ selectAssetsPanel: () => void; selectCompositionPanel: () => void; } | null>; export declare const ExplorerPanel: React.FC<{ readOnlyStudio: boolean; }>;