UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

5 lines (4 loc) 275 B
import type { FrameRange } from '@remotion/renderer'; export declare const setFrameRange: (newFrameRange: FrameRange | null) => void; export declare const setFrameRangeFromCli: (newFrameRange: string | number) => void; export declare const getRange: () => FrameRange | null;