You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use propsFactory to get props content and use it in the genericComponent, and i will use vuetify function like makeVDividerProps. But i can't get the ts type of makeVDividerProps, i get any.
Problem to solve
I want to use propsFactory to get props content and use it in the genericComponent, and i will use vuetify function like makeVDividerProps. But i can't get the ts type of makeVDividerProps, i get any.
Proposed solution
Example in VDivider.tsx
I hope to get the PropOption in this way
And export it in index.ts
The text was updated successfully, but these errors were encountered: