Exported types are not being exported in build (SnackbarMessage) #20952
-
I am wanting to use strong types in my project with Ideally, my Vue components can use the following to strongly type the queue values: <v-snackbar-queue v-model="queue" />
...
const queue = ref<Array<SnackbarMessage>>([]); The type Additionally, there is a type I'm confident I am just misunderstanding the build process, and this is completely intentional. However I don't think I'm alone in wanting strict typing for my codebase, so it would be nice to be able to do:
My current solution is to just copy-paste the exported type from the source, however ideally I'm importing it. The only other related discussion I could find is here. I'm hoping I am just missing something obvious... If anyone has input, please let me know! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is discussed in #20484, so it is being looked into |
Beta Was this translation helpful? Give feedback.
This is discussed in #20484, so it is being looked into