init commit
This commit is contained in:
9
remotion/node_modules/@remotion/studio-server/dist/file-watcher.d.ts
generated
vendored
Normal file
9
remotion/node_modules/@remotion/studio-server/dist/file-watcher.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
type FileChangeType = 'created' | 'deleted' | 'changed';
|
||||
export declare const installFileWatcher: ({ file, onChange, }: {
|
||||
file: string;
|
||||
onChange: (type: FileChangeType) => void;
|
||||
}) => {
|
||||
exists: boolean;
|
||||
unwatch: () => void;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user