init commit
This commit is contained in:
7
remotion/node_modules/@remotion/studio/dist/api/watch-public-folder.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/studio/dist/api/watch-public-folder.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { type StaticFile } from './get-static-files';
|
||||
type WatcherCallback = (newFiles: StaticFile[]) => void;
|
||||
export declare const WATCH_REMOTION_STATIC_FILES = "remotion_staticFilesChanged";
|
||||
export declare const watchPublicFolder: (callback: WatcherCallback) => {
|
||||
cancel: () => void;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user