| 26 | import Browser from 'webextension-polyfill'; |
| 27 | |
| 28 | export interface SideBarItem { |
| 29 | label: string; |
| 30 | icon: IconType; |
| 31 | href: string; |
| 32 | } |
| 33 | |
| 34 | export interface HeadBarItem { |
| 35 | label: string; |
nothing calls this directly
no outgoing calls
no test coverage detected