UNPKG

custom-bootstrap-vue

Version:

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

12 lines (9 loc) 228 B
// // Jumbotron // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const JumbotronPlugin: BvPlugin // Component: b-jumbotron export declare class BJumbotron extends BvComponent {}