Files

9 lines
269 B
TypeScript

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[];