Can't find type export IconValue
#20606
Unanswered
frederikheld
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
-
Hey everyone,
I'd like to use the type
IconValue
but I can't find a type export. Internally, Vuetify usesimport { IconValue } from '@/composables/icons'
but this is obviously not the way to import it from the build.Does anyone have an idea where to find it? From all paths
vuetify/*
I have tried so far I get the message "Module '"xx"' declares 'IconValue' locally, but it is not exported." Is this type even publicly available?Beta Was this translation helpful? Give feedback.
All reactions