init commit
This commit is contained in:
8
remotion/node_modules/@remotion/bundler/dist/read-recursively.d.ts
generated
vendored
Normal file
8
remotion/node_modules/@remotion/bundler/dist/read-recursively.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { StaticFile } from 'remotion';
|
||||
export declare const readRecursively: ({ folder, output, startPath, staticHash, limit, }: {
|
||||
folder: string;
|
||||
startPath: string;
|
||||
output?: StaticFile[];
|
||||
staticHash: string;
|
||||
limit: number;
|
||||
}) => StaticFile[];
|
||||
Reference in New Issue
Block a user