-
Notifications
You must be signed in to change notification settings - Fork 59
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 support #16
Comments
Thanks that's a good idea, intend to implement when I have a little time |
Any news on this? |
+1 |
1 similar comment
+1 |
Create a file: vue-mq.d.ts
|
Or an alternative for it: |
I only need this at present, // declaration.d.ts
import Vue from 'vue'
declare module 'vue/types/vue' {
interface Vue {
$mq: 'sm' | 'md' | 'lg' // Or keyof BreakpointRecord
}
} |
Does still library provide typescript yet?? |
@AlexandreBonaventure |
Hi,
First of all, thank you for your excellent work.
Could you provide typings file in order to be able to work with typescript ?
The text was updated successfully, but these errors were encountered: