init commit
This commit is contained in:
12
remotion/node_modules/@remotion/studio-server/dist/preview-server/public-folder.d.ts
generated
vendored
Normal file
12
remotion/node_modules/@remotion/studio-server/dist/preview-server/public-folder.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { StaticFile } from 'remotion';
|
||||
export declare const initPublicFolderWatch: ({ publicDir, onUpdate, staticHash, }: {
|
||||
publicDir: string;
|
||||
remotionRoot: string;
|
||||
onUpdate: () => void;
|
||||
staticHash: string;
|
||||
}) => void;
|
||||
export declare const fetchFolder: ({ publicDir, staticHash, }: {
|
||||
publicDir: string;
|
||||
staticHash: string;
|
||||
}) => void;
|
||||
export declare const getFiles: () => StaticFile[];
|
||||
Reference in New Issue
Block a user