UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 254 B
import React from 'react'; export declare const ScaleSetting: React.FC<{ readonly scale: number; readonly setScale: (value: React.SetStateAction<number>) => void; readonly compositionWidth: number; readonly compositionHeight: number; }>;