UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

7 lines (6 loc) 511 B
export declare function openIFrame(url: string, width: string, height: string): HTMLIFrameElement; export declare function openDimmedIFrame(url: string, width: string, height: string): HTMLIFrameElement; export declare function openDimmedIFrameFromHtml(html: string, width: string, height: string): HTMLIFrameElement; export declare function openIframeFromHtml(html: string, id: string): HTMLIFrameElement; export declare function closeIFrame(): void; export declare function closeIFrameById(id: string): void;