UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 154 B
import type React from 'react'; export declare const getZoomFromLocalStorage: () => Record<string, number>; export declare const ZoomPersistor: React.FC;