UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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