UNPKG

@getalby/bitcoin-connect

Version:

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

16 lines (15 loc) 489 B
import { BitcoinConnectElement } from '../BitcoinConnectElement'; import '../internal/bci-button'; declare const AlbyHubPage_base: typeof BitcoinConnectElement; export declare class AlbyHubPage extends AlbyHubPage_base { render(): import("lit").TemplateResult<1>; private onClickAlbyCloud; private onClickConnectionSecret; private onClickAlbyGo; } declare global { interface HTMLElementTagNameMap { 'bc-alby-hub': AlbyHubPage; } } export {};