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

7 lines
176 B
TypeScript

export type Dimensions = {
width: number;
height: number;
};
export declare const useIsStill: () => boolean;
export declare const useIsVideoComposition: () => boolean;