-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
There is no way to get the correct type from an instance of Tippy.
const tippyRef = useTemplateRef<TipyyInstance>('tippy')
The problem is that the TippyInstance is:
export declare type TippyInstance = Instance | Element | undefined;
witch i think is correct but with that we get the next error:
Property 'show' does not exist on type 'Instance<Props> | Element'
And Instance
type is not exported to force the type.
Metadata
Metadata
Assignees
Labels
No labels