UNPKG

custom-bootstrap-vue

Version:

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

12 lines (9 loc) 227 B
// // VBToggle // import Vue, { DirectiveOptions } from 'vue' import { BvPlugin } from '../../' // Plugin export declare const VBTogglePlugin: BvPlugin // directive: v-b-toggle export declare const VBToggle: DirectiveOptions