@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
6 lines (5 loc) • 413 B
TypeScript
export declare const showSingleCompositionsPicker: (validCompositions: import("remotion").VideoConfig[], logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise<{
compositionId: string;
reason: string;
}>;
export declare const showMultiCompositionsPicker: (validCompositions: import("remotion").VideoConfig[], logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise<string[]>;