Which is the recommended way to import Vuetify Types and Interfaces? #21700
Unanswered
simionato-mobisec
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have following code
To avoid TS complaints I have to set
btnProps
type asany
, but this is not what I want. What I want it's basically the props of Vuetify<v-btn>
.I saw this question on Stack, which suggests the following
It works, but that was when the latest Vuetify version available was 3.5
Now that we have version 3.8.10 and this task was merged, I'm wondering: which is the recommended way to import Vuetify Types and Interfaces?
Beta Was this translation helpful? Give feedback.
All reactions