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

15 lines (11 loc) 324 B
// // Form Radio // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormRadioPlugin: BvPlugin // Component: b-form-radio export declare class BFormRadio extends BvComponent {} // Component: b-form-radio-group export declare class BFormRadioGroup extends BvComponent {}