UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 233 B
import React from 'react'; export declare const WarningIndicatorButton: React.FC<{ readonly setShowWarning: React.Dispatch<React.SetStateAction<boolean>>; readonly showWarning: boolean; readonly warningCount: number; }>;