UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

17 lines (16 loc) 427 B
export declare const bundleCacheOption: { name: string; cliFlag: "bundle-cache"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: null; docLink: string; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: boolean; }; setConfig: (value: boolean) => void; type: boolean; id: "bundle-cache"; };