UNPKG

@keplr-ewallet/ewallet-sdk-core

Version:
3 lines (2 loc) 148 B
import { type Result } from "@keplr-ewallet/stdlib-js"; export declare function setupIframeElement(url: string): Result<HTMLIFrameElement, string>;