UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

15 lines (12 loc) 262 B
// // Alert // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormRatingPlugin: BvPlugin // Component: b-alert export declare class BFormRating extends BvComponent { focus: () => void blur: () => void }