Typescript types #57
Unanswered
HappyCerberus
asked this question in
Help & Support
Replies: 2 comments 2 replies
-
TypeScript includes built-in types for various DOM events. You can access these types directly. Here are a few examples:
Here is an example of using these types:
also there are different ways more... |
Beta Was this translation helpful? Give feedback.
1 reply
-
@HappyCerberus Not currently. And unfortunately TypeScript doesn't really offer a great way to "bundle" everything into a single You would have to vendor every |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get access to the types for typescript?
Notably, it would be great to have access to the event types.
Beta Was this translation helpful? Give feedback.
All reactions