Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { LogLevel, OnBrowserDownload } from '@remotion/renderer';
|
||||
import type { BrowserDownloadState } from '@remotion/studio-shared';
|
||||
export declare const defaultBrowserDownloadProgress: ({ indent, logLevel, quiet, onProgress, }: {
|
||||
indent: boolean;
|
||||
logLevel: LogLevel;
|
||||
quiet: boolean;
|
||||
onProgress: (progress: BrowserDownloadState) => void;
|
||||
}) => OnBrowserDownload;
|
||||
Reference in New Issue
Block a user