UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

11 lines (10 loc) 340 B
import * as React from 'react'; export interface IDialogLargeHeaderExampleState { hideDialog: boolean; } export declare class DialogLargeHeaderExample extends React.Component<{}, IDialogLargeHeaderExampleState> { state: IDialogLargeHeaderExampleState; render(): JSX.Element; private _showDialog; private _closeDialog; }