UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 264 B
import React from 'react'; import type { QuickSwitcherMode } from './NoResults'; export declare const QuickSwitcherContent: React.FC<{ readonly initialMode: QuickSwitcherMode; readonly invocationTimestamp: number; readonly readOnlyStudio: boolean; }>;