UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 237 B
import React from 'react'; export declare const inMarkerAreaRef: React.RefObject<HTMLDivElement | null>; export declare const outMarkerAreaRef: React.RefObject<HTMLDivElement | null>; export declare const TimelineInOutPointer: React.FC;