UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 147 B
import type { SyntheticEvent } from 'react'; export declare const toggle: (e?: PointerEvent | SyntheticEvent<Element, Event> | undefined) => void;