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

3 lines
111 B
TypeScript

export declare const setStillFrame: (frame: number) => void;
export declare const getStillFrame: () => number;