UNPKG

ashish-sdk

Version:
3 lines (2 loc) 173 B
import { HostEvent } from '../types'; export declare function processTrigger(iFrame: HTMLIFrameElement, messageType: HostEvent, thoughtSpotHost: string, data: any): void;