import { BOverlay } from './overlay'; import { pluginFactory } from '../../utils/plugins'; var OverlayPlugin = /*#__PURE__*/pluginFactory({ components: { BOverlay: BOverlay } }); export { OverlayPlugin, BOverlay };