office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
8 lines (7 loc) • 456 B
TypeScript
export * from './Layer';
export * from './Layer.base';
export * from './Layer.types';
export * from './LayerHost';
export * from './LayerHost.types';
export { getDefaultTarget as getLayerHostSelector, getLayerCount, getLayerHost, notifyHostChanged, registerLayer, registerLayerHost, setDefaultTarget as setLayerHostSelector, unregisterLayer, unregisterLayerHost, } from './Layer.notification';
export { getStyles as getLayerStyles } from './Layer.styles';