starknetkit
Version:
<!-- logo --> <p align="center"> <img width='300' src="https://starknetkit-website-git-blo-1541-argentlabs.vercel.app/starknetKit-logo.svg"> </p>
9 lines (8 loc) • 503 B
TypeScript
export declare const showModal: (iframe: HTMLIFrameElement, backdrop: HTMLDivElement) => void;
export declare const hideModal: (iframe: HTMLIFrameElement, backdrop: HTMLDivElement) => void;
export declare const updateSize: (iframe: HTMLIFrameElement, width: number, height: number) => void;
export declare const iframeId = "argent-webwallet-iframe";
export declare const createModal: (targetUrl: string, shouldShow: boolean) => Promise<{
iframe: HTMLIFrameElement;
backdrop: HTMLDivElement;
}>;