@gitlab/ui
Version:
GitLab UI Components
20 lines (17 loc) • 433 B
JavaScript
import { BVToastPlugin } from './helpers/bv-toast';
import { BToast } from './toast';
export { BToast } from './toast';
import { BToaster } from './toaster';
export { BToaster } from './toaster';
import { pluginFactory } from '../../utils/plugins';
const ToastPlugin = /*#__PURE__*/pluginFactory({
components: {
BToast,
BToaster
},
// $bvToast injection
plugins: {
BVToastPlugin
}
});
export { ToastPlugin };