UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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