@getalby/bitcoin-connect
Version:
Web components to connect to a lightning wallet and power a website with WebLN
12 lines (11 loc) • 357 B
TypeScript
import { ConnectorElement } from './ConnectorElement';
export declare const rizfulConnectorTitle = "Rizful";
export declare class RizfulConnector extends ConnectorElement {
constructor();
protected _onClick(): Promise<void>;
}
declare global {
interface HTMLElementTagNameMap {
'bc-rizful-connector': RizfulConnector;
}
}