Skip to content

auto import type of component #118

@BhaskaranR

Description

@BhaskaranR

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions