UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 198 B
import React from 'react'; export declare const InfoTooltip: React.FC<{ readonly children: React.ReactNode; readonly arrowDirection: 'up' | 'down'; readonly backgroundColor: string; }>;