UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 222 B
import React from 'react'; import type { ComboboxValue } from './NewComposition/ComboBox'; export declare const CompositionContextButton: React.FC<{ readonly visible: boolean; readonly values: ComboboxValue[]; }>;