UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 176 B
export type Dimensions = { width: number; height: number; }; export declare const useIsStill: () => boolean; export declare const useIsVideoComposition: () => boolean;