You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {
}
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: