UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 213 B
import React from 'react'; export declare const redrawTimelineSliderFast: React.RefObject<{ draw: (frame: number, width?: number | undefined) => void; } | null>; export declare const TimelineSlider: React.FC;