UNPKG

custom-bootstrap-vue

Version:

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

14 lines (11 loc) 247 B
// // Form File // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const FormFilePlugin: BvPlugin // Component: b-form-file export declare class BFormFile extends BvComponent { reset: () => void }