exercise 17 has an another solution, use interface.
hua03 opened this issue · 1 comments
hua03 commented
interface OnFocusChange {
(isFocused: boolean): void;
}
mattpocock commented
I don't think this adds anything of value to the exercise, so I'll close it.