UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

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