UNPKG

esp-web-tools

Version:

Web tools for ESP devices

16 lines (15 loc) 425 B
import { FlashState } from "./const"; export declare class InstallButton extends HTMLElement { static isSupported: boolean; static isAllowed: boolean; private static style; manifest?: string; eraseFirst?: boolean; hideProgress?: boolean; showLog?: boolean; logConsole?: boolean; state?: FlashState; renderRoot?: ShadowRoot; static preload(): void; connectedCallback(): void; }