UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 249 B
define([], function() { return "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}"; });