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
// // VBTooltip // import Vue, { DirectiveOptions } from 'vue' import { BvPlugin } from '../../' // Plugin export declare const VBTooltipPlugin: BvPlugin // directive: v-b-tooltip export declare const VBTooltip: DirectiveOptions