UNPKG

@getalby/bitcoin-connect

Version:

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

14 lines (13 loc) 380 B
import { BitcoinConnectElement } from './BitcoinConnectElement'; declare const Navbar_base: typeof BitcoinConnectElement; export declare class Navbar extends Navbar_base { heading?: string; render(): import("lit").TemplateResult<1>; private _goBack; } declare global { interface HTMLElementTagNameMap { 'bc-navbar': Navbar; } } export {};