index.d.ts 262 Bytes
//
// 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
}