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