office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
11 lines (10 loc) • 358 B
TypeScript
import * as React from 'react';
export interface ITeachingBubbleCondensedExampleState {
    isTeachingBubbleVisible?: boolean;
}
export declare class TeachingBubbleCondensedExample extends React.Component<any, ITeachingBubbleCondensedExampleState> {
    private _menuButtonElement;
    constructor();
    render(): JSX.Element;
    private _onDismiss(ev);
}