UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 192 B
import React from 'react'; export declare const cmdOrCtrlCharacter: string; export declare const ShortcutHint: React.FC<{ readonly keyToPress: string; readonly cmdOrCtrl: boolean; }>;