@remotion/renderer
Version:
Render Remotion videos using Node.js or Bun
17 lines (16 loc) • 410 B
TypeScript
export declare const reproOption: {
name: string;
cliFlag: "repro";
description: () => import("react/jsx-runtime").JSX.Element;
ssrName: string;
docLink: string;
type: boolean;
getValue: ({ commandLine }: {
commandLine: Record<string, unknown>;
}) => {
value: boolean;
source: string;
};
setConfig: (should: boolean) => void;
id: "repro";
};