UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 240 B
module.exports = "import * as React from 'react';\n\nexport interface IOverlayProps extends React.HTMLProps<HTMLElement> {\n /**\n * Whether to use the dark-themed overlay.\n * @defaultvalue false\n */\n isDarkThemed?: boolean;\n}";