UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines (7 loc) 231 B
import * as React from 'react'; export interface ILayerHostProps extends React.HTMLProps<HTMLElement> { /** * Defines the id for the layer host that Layers can target (using the hostId property.) */ id: string; }