UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

20 lines (19 loc) 481 B
export declare const envFileOption: { name: string; cliFlag: "env-file"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: null; docLink: string; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: string; } | { source: string; value: null; }; setConfig: (value: string | null) => void; type: string | null; id: "env-file"; };