UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

12 lines (11 loc) 385 B
import * as React from 'react'; export interface IFocusTrapZoneBoxExampleState { useTrapZone: boolean; } export declare class FocusTrapZoneBoxExample extends React.Component<{}, IFocusTrapZoneBoxExampleState> { state: IFocusTrapZoneBoxExampleState; private _toggle; render(): JSX.Element; private _onButtonClickHandler; private _onFocusTrapZoneToggleChanged; }