UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 175 B
import type { Handles } from './VisualControls'; export declare const getVisualControlEditedValue: ({ handles, key, }: { handles: Handles; key: string; }) => unknown;