UNPKG

custom-bootstrap-vue

Version:

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

8 lines 236 B
import { BJumbotron } from './jumbotron'; import { pluginFactory } from '../../utils/plugins'; var JumbotronPlugin = /*#__PURE__*/pluginFactory({ components: { BJumbotron: BJumbotron } }); export { JumbotronPlugin, BJumbotron };