@iblai/iblai-web-mentor
Version:
IBL AI Mentor
4 lines (3 loc) • 312 B
TypeScript
export declare function sendHTMLContentToHost(host: string, interval?: number): void;
export declare function sendHTMLContentToIframe(iframeId: string | HTMLIFrameElement, iframeHost: string, interval?: number): void;
export declare function proxyContextPostMessage(targetIdOrHost: string, host?: string): void;