UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 221 B
export declare const StudioInternals: { Studio: import("react").FC<{ readonly rootComponent: import("react").FC<{}>; readonly readOnly: boolean; readonly visualModeEnabled: boolean; }>; };