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