UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 80 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

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