import Input from "./Input.vue"; // @ts-ignore Input.install = Vue => { Vue.component(Input.name, Input); }; export default Input;