UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 193 B
import React from 'react'; import type { Bug, UpdateInfo } from '../UpdateCheck'; export declare const UpdateModal: React.FC<{ readonly info: UpdateInfo; readonly knownBugs: Bug[]; }>;