-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
Greatly appreciate the work that you have done.
Types for the Components registered for auto import is not available globally. In this case ErrorModal is registered for auto-import I need the type of the element that i am trying to reference here. Cannot find name 'ErrorModal'
const errorModal = ref<InstanceType<typeof ErrorModal> | null>(null);
is there any fix for this?
Metadata
Metadata
Assignees
Labels
No labels