tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

searchbar.d.ts (225B)


      1 // Largely just here to fix SearchUIUtils errors. This should be removed once
      2 // searchbar becomes a exportable module.
      3 interface MozSearchbar extends MozXULElement {
      4  select(): void;
      5  get inputField(): HTMLInputElement;
      6 }