UNPKG

extension-develop

Version:
9 lines (8 loc) 357 B
import { type Manifest, type FilepathList } from '../../../../webpack-types'; export declare function action(manifest: Manifest, excludeList: FilepathList): { action: { default_icon?: string | chrome.runtime.ManifestIcons | undefined; default_popup?: string | undefined; default_title?: string | undefined; }; } | undefined;