hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

typescript addition #127

Open waratah opened 7 years ago

waratah commented 7 years ago

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 {

}