UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 189 B
import React from 'react'; export declare const GlobalPropsEditorUpdateButton: React.FC<{ readonly compositionId: string; readonly currentDefaultProps: Record<string, unknown>; }>;