[Feature Request] TypeScript definitions for component methods · Issue #5962 · vuetifyjs/vuetify

Let's say I have a v-form in my template; <v-form ref="form" v-model="valid" lazy-validation> If I want to use the functions like validate() and reset() on that form, I need a way to cast the ref t...</v-form>