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.
16 lines (12 loc) • 332 B
TypeScript
//
// Buttons
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const ButtonPlugin: BvPlugin
export default ButtonPlugin
// Component: b-button
export declare class BButton extends BvComponent {}
// Component: b-button-close
export declare class BButtonClose extends BvComponent {}