UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 80 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.

15 lines (11 loc) 342 B
// // Form Checkbox // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormCheckboxPlugin: BvPlugin // Component: b-form-checkbox export declare class BFormCheckbox extends BvComponent {} // Component: b-form-checkbox-group export declare class BFormCheckboxGroup extends BvComponent {}