UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 195 B
import type { WebRenderModalState } from '../../state/modals'; export type RenderType = 'still' | 'video' | 'audio'; export declare const WebRenderModalWithLoader: React.FC<WebRenderModalState>;