Props type definition of key "items" and "multiple" Omitted on multiple components #16911
Answered
by
KaelWD
tokidoki11
asked this question in
Q&A
-
Hi, Im currently building a storybook with vuetify 3 when creating V-Select component, defining argtypes (refer to V-Select props) upon further check, I notice that multiple and items keys are being omitted on not only V-Select but other components as well Is there any idea behind this? |
Beta Was this translation helpful? Give feedback.
Answered by
KaelWD
Mar 15, 2023
Replies: 1 comment 1 reply
-
IDK what argtypes is. Those props are omitted because they're defined in the generic further down instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tokidoki11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IDK what argtypes is. Those props are omitted because they're defined in the generic further down instead.