UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

6 lines 423 B
export * from './Layer'; export * from './Layer.base'; export * from './LayerHost'; export { getDefaultTarget as getLayerHostSelector, getLayerCount, getLayerHost, notifyHostChanged, registerLayer, registerLayerHost, setDefaultTarget as setLayerHostSelector, unregisterLayer, unregisterLayerHost, } from './Layer.notification'; export { getStyles as getLayerStyles } from './Layer.styles'; //# sourceMappingURL=index.js.map