UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

7 lines (6 loc) 247 B
import type { LogLevel, OnBrowserDownload } from '@remotion/renderer'; export declare const defaultBrowserDownloadProgress: ({ indent, logLevel, quiet, }: { indent: boolean; logLevel: LogLevel; quiet: boolean; }) => OnBrowserDownload;