UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

11 lines (10 loc) 285 B
import * as React from 'react'; export declare class PanelNavigationExample extends React.Component<{}, { showPanel: boolean; }> { constructor(props: {}); render(): JSX.Element; private _onClosePanel; private _onRenderNavigationContent; private _onShowPanel; }