UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

2 lines (1 loc) 213 B
export declare const getEnvironmentVariables: (onUpdate: ((newProps: Record<string, string>) => void) | null, logLevel: "error" | "info" | "trace" | "verbose" | "warn", indent: boolean) => Record<string, string>;