UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

11 lines (10 loc) 366 B
import { BaseComponent } from 'office-ui-fabric-react/lib/Utilities'; export interface ITooltipOverflowExampleState { overflow: boolean; isTooltipVisible: boolean; } export declare class TooltipOverflowExample extends BaseComponent<{}, ITooltipOverflowExampleState> { private readonly tooltipId; constructor(props: any); render(): JSX.Element; }