office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines (11 loc) • 437 B
TypeScript
import * as React from 'react';
export interface IFocusTrapZoneBoxCustomElementExampleState {
useTrapZone: boolean;
}
export declare class FocusTrapZoneBoxCustomElementExample extends React.Component<{}, IFocusTrapZoneBoxCustomElementExampleState> {
state: IFocusTrapZoneBoxCustomElementExampleState;
private _toggle;
render(): JSX.Element;
private _onButtonClickHandler;
private _onFocusTrapZoneToggleChanged;
}