UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

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