UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 203 B
import React from 'react'; export declare const BUFFER_STATE_DELAY_IN_MILLISECONDS: number; export declare const Editor: React.FC<{ readonly Root: React.FC; readonly readOnlyStudio: boolean; }>;