UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-AR

18 lines (13 loc) 441 B
// // Form Select // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormSelectPlugin: BvPlugin // Component: b-form-select export declare class BFormSelect extends BvComponent {} // Component: b-form-select-option export declare class BFormSelectOption extends BvComponent {} // Component: b-form-select-option-group export declare class BFormSelectOptionGroup extends BvComponent {}