@types/webextension-polyfill
Version:
TypeScript definitions for webextension-polyfill
15 lines (12 loc) • 357 B
TypeScript
//////////////////////////////////////////////////////
// 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;
}
}