Files
clawbot/skills/remotion-prompt-video/node_modules/remotion/dist/cjs/validate-frame.d.ts

6 lines
169 B
TypeScript

export declare const validateFrame: ({ allowFloats, durationInFrames, frame, }: {
frame: number;
durationInFrames: number;
allowFloats: boolean;
}) => void;