UNPKG

custom-bootstrap-vue

Version:

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

14 lines (11 loc) 251 B
// // Form Input // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormInputPlugin: BvPlugin // Component: b-form-input export declare class BFormInput extends BvComponent { focus: () => void }