UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

13 lines (12 loc) 335 B
import * as React from 'react'; export interface IPanelExtraLargeExampleState { showPanel: boolean; } export declare class PanelExtraLargeExample extends React.Component<{}, IPanelExtraLargeExampleState> { state: { showPanel: boolean; }; render(): JSX.Element; private _showPanel; private _hidePanel; }