UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 201 B
import React from 'react'; import type { THelpLink } from './get-help-link'; export declare const HelpLink: React.FC<{ readonly canHaveKeyboardShortcuts: boolean; readonly link: THelpLink; }>;