Files
story-studio/remotion/node_modules/@remotion/cli/dist/config/every-nth-frame.d.ts
2026-02-21 10:33:18 +01:00

3 lines
117 B
TypeScript

export declare const setEveryNthFrame: (frame: number) => void;
export declare const getEveryNthFrame: () => number;