I cannot import date picker into my typescript application because it does not have a proper definition. The following allows me to import, I am sure there is more to add but it is a start. Same concept can be extended to all classes. I am sure there are better definitions including all the features but we have to start somewhere.
Can we please add the following as 'vue-datepicker.vue.d.ts'
import Vue from 'vue';
export default class VueDatePicker extends Vue {
}
I cannot import date picker into my typescript application because it does not have a proper definition. The following allows me to import, I am sure there is more to add but it is a start. Same concept can be extended to all classes. I am sure there are better definitions including all the features but we have to start somewhere.
Can we please add the following as 'vue-datepicker.vue.d.ts'