UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 256 B
import React from 'react'; export declare const VerticalTab: React.FC<{ readonly children: React.ReactNode; readonly onClick: React.MouseEventHandler<HTMLButtonElement>; readonly style?: React.CSSProperties; readonly selected: boolean; }>;