UNPKG

@getalby/bitcoin-connect

Version:

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

12 lines (11 loc) 314 B
import { LitElement } from 'lit'; declare const Connecting_base: typeof LitElement; export declare class Connecting extends Connecting_base { render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'bci-connecting': Connecting; } } export {};