UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 106 B
import type { Bug } from './UpdateCheck'; export declare const KnownBugs: React.FC<{ bugs: Bug[]; }>;