UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

5 lines (4 loc) 363 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 closeIFrame(): void;