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

Adding unknown for Index signature return type #249

Conversation

suresh-gangumalla
Copy link
Collaborator

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

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>
Copy link
Collaborator

@michielvandergeest michielvandergeest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@michielvandergeest michielvandergeest merged commit 134a04c into lightning-js:feature/intercept-key-handler 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