UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

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