UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 282 B
define([], function() { return "import * as React from 'react';\r\n\r\nexport interface ILayerHostProps extends React.HTMLProps<HTMLElement> {\r\n /**\r\n * Defines the id for the layer host that Layers can target (using the hostId property.)\r\n */\r\n id: string;\r\n}"; });