UNPKG

@remotion/player

Version:

React component for embedding a Remotion preview into your app

7 lines (6 loc) 192 B
import React from 'react'; export declare const PlayerTimeLabel: React.FC<{ readonly maxTimeLabelWidth: number | null; readonly durationInFrames: number; readonly fps: number; }>;