UNPKG

@types/webextension-polyfill

Version:
15 lines (12 loc) 357 B
////////////////////////////////////////////////////// // BEWARE: DO NOT EDIT MANUALLY! Changes will be lost! ////////////////////////////////////////////////////// import { Menus } from "./menus"; /** * Namespace: browser.contextMenus */ export namespace ContextMenus { interface Static extends Menus.Static { [s: string]: unknown; } }