UNPKG

electron-chrome-web-store

Version:

Install and update Chrome extensions from the Chrome Web Store for Electron

3 lines (2 loc) 122 B
import { WebStoreState } from './types'; export declare function registerWebStoreApi(webStoreState: WebStoreState): void;