Files
story-studio/remotion/node_modules/@remotion/studio/dist/helpers/is-composition-still.d.ts
2026-02-21 10:33:18 +01:00

4 lines
114 B
TypeScript

export declare const isCompositionStill: (comp: {
durationInFrames: number | undefined;
} | null) => boolean;