UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 217 B
export declare const forceSpecificCursor: (cursor: string) => void; export declare const stopForcingSpecificCursor: () => void; export declare const ForceSpecificCursor: () => import("react/jsx-runtime").JSX.Element;