Can't find type export IconValue
#20606
Unanswered
frederikheld
asked this question in
Q&A
Replies: 1 comment
-
I am running into this same scenario but for My related discussion is here Edit: This is discussed as an issue #20484, so it appears it's being looked at. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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