UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 131 B
import { type TSequence } from 'remotion'; export declare const useMaxMediaDuration: (s: TSequence, fps: number) => number | null;