UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

12 lines (11 loc) 392 B
import * as React from 'react'; export interface ITeachingBubbleIllustrationExampleState { isTeachingBubbleVisible?: boolean; } export declare class TeachingBubbleIllustrationExample extends React.Component<{}, ITeachingBubbleIllustrationExampleState> { private _menuButtonElement; constructor(props: {}); render(): JSX.Element; private _onDismiss; private _onShow; }