UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

16 lines (15 loc) 435 B
export declare const enableMultiprocessOnLinuxOption: { name: string; cliFlag: "enable-multiprocess-on-linux"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: string; docLink: string; type: boolean; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: boolean; }; setConfig: (value: boolean) => void; };