@getalby/bitcoin-connect
Version:
Web components to connect to a lightning wallet and power a website with WebLN
16 lines (15 loc) • 476 B
TypeScript
import { BitcoinConnectElement } from '../BitcoinConnectElement';
import '../internal/bci-button';
declare const LnbitsNwcPage_base: typeof BitcoinConnectElement;
export declare class LnbitsNwcPage extends LnbitsNwcPage_base {
private _nwcUrl;
render(): import("lit").TemplateResult<1>;
private nwcUrlChanged;
private onConnect;
}
declare global {
interface HTMLElementTagNameMap {
'bc-lnbits-nwc': LnbitsNwcPage;
}
}
export {};