UNPKG

@getalby/bitcoin-connect

Version:

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

11 lines (10 loc) 293 B
import { ConnectorElement } from './ConnectorElement'; export declare class LNCConnector extends ConnectorElement { constructor(); protected _onClick(): Promise<void>; } declare global { interface HTMLElementTagNameMap { 'bc-lnc-connector': LNCConnector; } }