Typescript type definitions #2834
Unanswered
kevinleemans
asked this question in
Q&A
Replies: 1 comment 2 replies
-
UPDATE: the type definition for components like TextInput are exported but the type definition for Button are not Workaround is to add export to the type definition inside the component, this is not ideal because every reinstall of the package.json will overwrite these changes |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to access the type definitions of the components so that they can be used by typescript users?
I tried finding it myself but can't seem to find it
Beta Was this translation helpful? Give feedback.
All reactions