UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 240 B
import type { SymbolicatedStackFrame } from '@remotion/studio-shared'; import React from 'react'; export declare const OpenInEditor: React.FC<{ readonly stack: SymbolicatedStackFrame; readonly canHaveKeyboardShortcuts: boolean; }>;