UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

15 lines (14 loc) 408 B
/// <reference types="react" /> import * as React from 'react'; export declare class PanelLightDismissCustomExample extends React.Component<{}, { showPanel: boolean; hideDialog: boolean; }> { constructor(props: {}); render(): JSX.Element; private _showPanel; private _hidePanel; private _showDialog; private _closeDialog; private _closeDialogAndHidePanel; }