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