UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

16 lines (15 loc) 356 B
export declare const disableGitSourceOption: { cliFlag: string; description: () => string; docLink: string; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: boolean; }; name: string; setConfig: () => never; ssrName: string; type: boolean; };