UNPKG

custom-bootstrap-vue

Version:

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

15 lines 407 B
import { BVToastPlugin } from './helpers/bv-toast'; import { BToast } from './toast'; import { BToaster } from './toaster'; import { pluginFactory } from '../../utils/plugins'; var ToastPlugin = /*#__PURE__*/pluginFactory({ components: { BToast: BToast, BToaster: BToaster }, // $bvToast injection plugins: { BVToastPlugin: BVToastPlugin } }); export { ToastPlugin, BToast, BToaster };