custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
15 lines (11 loc) • 324 B
TypeScript
//
// 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 {}