Skip to content

exercise 17 has an another solution, use interface. #25

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

Closed
hua03 opened this issue Sep 6, 2022 · 1 comment
Closed

exercise 17 has an another solution, use interface. #25

hua03 opened this issue Sep 6, 2022 · 1 comment

Comments

@hua03
Copy link

hua03 commented Sep 6, 2022

interface OnFocusChange {
  (isFocused: boolean): void;
}
hua03 added a commit to hua03/beginners-typescript-tutorial that referenced this issue Sep 6, 2022
@mattpocock
Copy link
Collaborator

I don't think this adds anything of value to the exercise, so I'll close it.

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 a pull request may close this issue.

2 participants