Added types
This commit is contained in:
@ -18,7 +18,7 @@ interface TopBarProps {
|
||||
|
||||
interface TopBarState {
|
||||
isOpenProfile: boolean;
|
||||
anchorEl: null | HTMLElement;
|
||||
anchorEl: HTMLElement | null;
|
||||
isPolish: boolean;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user