UNPKG

custom-bootstrap-vue

Version:

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

10 lines 322 B
import { BProgress } from './progress'; import { BProgressBar } from './progress-bar'; import { pluginFactory } from '../../utils/plugins'; var ProgressPlugin = /*#__PURE__*/pluginFactory({ components: { BProgress: BProgress, BProgressBar: BProgressBar } }); export { ProgressPlugin, BProgress, BProgressBar };