UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 178 B
import type React from 'react'; export declare const PlaybackKeyboardShortcutsManager: React.FC<{ readonly setPlaybackRate: React.Dispatch<React.SetStateAction<number>>; }>;