UNPKG

esp-web-tools

Version:
4 lines (3 loc) 160 B
import type { InstallButton } from "./install-button.js"; import "./install-dialog.js"; export declare const connect: (button: InstallButton) => Promise<void>;