UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 274 B
define([], function() { return "import * as React from 'react';\r\n\r\nexport interface IOverlayProps extends React.HTMLProps<HTMLElement> {\r\n /**\r\n * Whether to use the dark-themed overlay.\r\n * @defaultvalue false\r\n */\r\n isDarkThemed?: boolean;\r\n}"; });