UNPKG

custom-bootstrap-vue

Version:

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

15 lines (11 loc) 304 B
// // Buttons // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const ButtonPlugin: BvPlugin // Component: b-button export declare class BButton extends BvComponent {} // Component: b-button-close export declare class BButtonClose extends BvComponent {}