init commit
This commit is contained in:
10
remotion/node_modules/@remotion/studio/dist/components/OptionsPanel.d.ts
generated
vendored
Normal file
10
remotion/node_modules/@remotion/studio/dist/components/OptionsPanel.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
type OptionsSidebarPanel = 'input-props' | 'renders' | 'visual-controls';
|
||||
export declare const persistSelectedOptionsSidebarPanel: (panel: OptionsSidebarPanel) => void;
|
||||
export declare const optionsSidebarTabs: React.RefObject<{
|
||||
selectRendersPanel: () => void;
|
||||
} | null>;
|
||||
export declare const OptionsPanel: React.FC<{
|
||||
readonly readOnlyStudio: boolean;
|
||||
}>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user