UNPKG

@getalby/bitcoin-connect

Version:

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

7 lines (6 loc) 275 B
import { LitElement, PropertyValues } from 'lit'; export declare class InternalElement extends LitElement { static styles: import("lit").CSSResult[]; protected updated(changedProperties: PropertyValues): void; protected _getBrandColorLuminance(): number; }