UNPKG

custom-bootstrap-vue

Version:

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

14 lines (11 loc) 331 B
import { BvPlugin } from '../' // Plugin that installs all plugins export declare const directivesPlugin: BvPlugin // Named exports of all directives export * from './hover' export * from './modal' export * from './popover' export * from './scrollspy' export * from './toggle' export * from './tooltip' export * from './visible'