bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
16 lines (13 loc) • 297 B
TypeScript
//
// Form File
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const FormFilePlugin: BvPlugin
export default FormFilePlugin
// Component: b-form-file
export declare class BFormFile extends BvComponent {
focus: () => void
reset: () => void
}