@getalby/bitcoin-connect
Version:
Web components to connect to a lightning wallet and power a website with WebLN
18 lines (17 loc) • 534 B
TypeScript
import { BitcoinConnectElement } from '../BitcoinConnectElement';
import '../internal/bci-button';
declare const lnbitsPage_base: typeof BitcoinConnectElement;
export declare class lnbitsPage extends lnbitsPage_base {
private _lnbitsAdminKey;
private _lnbitsUrl;
render(): import("lit").TemplateResult<1>;
private _lnbitsAdminKeyChanged;
private _lnbitsUrlChanged;
private onConnect;
}
declare global {
interface HTMLElementTagNameMap {
'bc-lnbits': lnbitsPage;
}
}
export {};