UNPKG

custom-bootstrap-vue

Version:

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

10 lines 253 B
import { BTabs } from './tabs'; import { BTab } from './tab'; import { pluginFactory } from '../../utils/plugins'; var TabsPlugin = /*#__PURE__*/pluginFactory({ components: { BTabs: BTabs, BTab: BTab } }); export { TabsPlugin, BTabs, BTab };