UNPKG

custom-bootstrap-vue

Version:

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

13 lines (10 loc) 292 B
// --- Form Spinbutton --- import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormSpinbuttonPlugin: BvPlugin // Component: b-form-spinbutton export declare class BFormSpinbutton extends BvComponent { focus: () => void blur: () => void }