UNPKG

@getalby/bitcoin-connect

Version:

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

13 lines (12 loc) 402 B
import { BitcoinConnectElement } from '../BitcoinConnectElement'; import '../internal/bci-button'; declare const NewWalletPage_base: typeof BitcoinConnectElement; export declare class NewWalletPage extends NewWalletPage_base { render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'bc-new-wallet': NewWalletPage; } } export {};