UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 75 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) 330 B
import { BvPlugin } from '../' // Default export is a plugin that installs all plugins declare const BVDirectivesPlugin: BvPlugin export default BVDirectivesPlugin // Named exports of all directives export * from './toggle' export * from './modal' export * from './scrollspy' export * from './tooltip' export * from './popover'