office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
1 lines • 566 B
JavaScript
define([], function() { return "import * as React from 'react';\r\n\r\nexport interface ILayerHostProps extends React.HTMLProps<HTMLDivElement> {\r\n /**\r\n * Optional boolean specifying that the host is the default layer host. This controls some\r\n * basic css rules to set the host to position: fixed so that the the content within will be placed\r\n * relative to the page regardless of scroll position, and with a large z-index (1000000) so that it\r\n * will render on top of the rendered DOM markup.\r\n */\r\n isDefault?: boolean;\r\n}\r\n"; });