| 36 | }; |
| 37 | |
| 38 | class Header extends React.Component<Props, { displayMenu: boolean }> { |
| 39 | menuButtonRef: React.RefObject<HTMLButtonElement>; |
| 40 | searchBarRef: React.RefObject<any>; |
| 41 | static displayName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected