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) 239 B
// // Embed // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const EmbedPlugin: BvPlugin export default EmbedPlugin // Component: b-embed export declare class BEmbed extends BvComponent {}