Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/intercept key handler #247

Merged
merged 7 commits into from
Jan 6, 2025
Merged

Conversation

michielvandergeest
Copy link
Collaborator

No description provided.

suresh-gangumalla and others added 4 commits December 23, 2024 14:40
Input index singature Type is a function which returns void | undefined
and all other custom properties Types should align with the index
signature Type (including function return types as well). Here, the
custom property intercept Type is a function that return value like
KeyboardEvent, any, which are not part of index signature function
return type so adding unknown as additional return type

Signed-off-by: Suresh Kumar Gangumalla <sureshkumar.gangumalla@invecas.com>
Adding unknown for Index signature return type
@michielvandergeest michielvandergeest merged commit 161ec33 into dev Jan 6, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants