UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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