UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

16 lines (15 loc) 448 B
export declare const binariesDirectoryOption: { name: string; cliFlag: "binaries-directory"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: "binariesDirectory"; docLink: string; type: string | null; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: string | null; }; setConfig: (value: string | null) => void; };