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