UNPKG

@hot-labs/near-connect

Version:

![ezgif-26d74832f88c3c](https://github.com/user-attachments/assets/c4422057-38bb-4cd9-8bd0-568e29f46280)

21 lines (20 loc) 631 B
import { FooterBranding } from "../types"; import { Popup } from "./Popup"; export declare class IframeWalletPopup extends Popup<{}> { readonly delegate: { iframe: HTMLIFrameElement; footer: FooterBranding | null; onApprove: () => void; onReject: () => void; }; constructor(delegate: { iframe: HTMLIFrameElement; footer: FooterBranding | null; onApprove: () => void; onReject: () => void; }); handlers(): void; create(): void; get footer(): import("../helpers/html").HtmlString | ""; get dom(): import("../helpers/html").HtmlString; }