UNPKG

custom-bootstrap-vue

Version:

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

12 lines (9 loc) 231 B
// // VBPopover // import Vue, { DirectiveOptions } from 'vue' import { BvPlugin } from '../../' // Plugin export declare const VBPopoverPlugin: BvPlugin // directive: v-b-popover export declare const VBPopover: DirectiveOptions