-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
The type Props has not been exported.
I tried to use Tooltip.propTypes as well, but I get this Typescript error:
'Tooltip' only refers to a type, but is being used as a namespace here.
then I tried to use typeof Tooltip.propTypes, but got another Typescript error:
Property 'propTypes' does not exist on type 'typeof Tooltip'.ts(2339)
I there a proper way to use the type? If not then please export the type.
Thanks
Metadata
Metadata
Assignees
Labels
No labels