UNPKG

@getalby/bitcoin-connect

Version:

Web components to connect to a lightning wallet and power a website with WebLN

12 lines (11 loc) 364 B
import { ConnectorElement } from './ConnectorElement'; export declare const albyHubConnectorTitle = "Alby Hub"; export declare class AlbyHubConnector extends ConnectorElement { constructor(); protected _onClick(): Promise<void>; } declare global { interface HTMLElementTagNameMap { 'bc-alby-hub-connector': AlbyHubConnector; } }