Added types

This commit is contained in:
maciekglowacki
2020-06-10 21:04:22 +02:00
parent 4ebbfa53a0
commit 19f75f2253
6 changed files with 119 additions and 136 deletions

View File

@ -18,7 +18,7 @@ interface TopBarProps {
interface TopBarState {
isOpenProfile: boolean;
anchorEl: null | HTMLElement;
anchorEl: HTMLElement | null;
isPolish: boolean;
}