UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

16 lines (15 loc) 454 B
import * as React from 'react'; export interface ILayerHostedExampleState { showLayer: boolean; showLayerNoId: boolean; showHost: boolean; } export declare class LayerHostedExample extends React.Component<{}, ILayerHostedExampleState> { state: ILayerHostedExampleState; private _layerHostId; render(): JSX.Element; private _log; private _onChangeCheckbox; private _onChangeCheckboxNoId; private _onChangeToggle; }