UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 217 B
import type { SVGProps } from 'react'; import React from 'react'; export declare const TimelineInPointer: React.FC<SVGProps<SVGSVGElement>>; export declare const TimelineOutPointer: React.FC<SVGProps<SVGSVGElement>>;