UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 235 B
import React from 'react'; export declare const SCHEMA_EDITOR_FIELDSET_PADDING = 10; export declare const Fieldset: React.FC<{ readonly children: React.ReactNode; readonly success: boolean; readonly shouldPad: boolean; }>;