Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typescript addition #127

Open
waratah opened this issue Oct 28, 2017 · 0 comments
Open

typescript addition #127

waratah opened this issue Oct 28, 2017 · 0 comments

Comments

@waratah
Copy link

waratah commented Oct 28, 2017

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 {

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant