UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 224 B
import React from 'react'; import type { _InternalTypes } from 'remotion'; export declare const SidebarRenderButton: React.FC<{ readonly composition: _InternalTypes['AnyCompMetadata']; readonly visible: boolean; }>;