UNPKG

custom-bootstrap-vue

Version:

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

12 lines (9 loc) 223 B
// // VBHover // import Vue, { DirectiveOptions } from 'vue' import { BvPlugin } from '../../' // Plugin export declare const VBHoverPlugin: BvPlugin // directive: v-b-hover export declare const VBHover: DirectiveOptions