UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 231 B
module.exports = "import * as React from 'react';\nimport { Layer } from './Layer';\n\nexport interface ILayerProps extends React.Props<Layer> {\n /** Callback for when the layer is mounted. */\n onLayerMounted?: () => void;\n}";