UNPKG

intercom-react

Version:
5 lines (4 loc) 171 B
export declare type IntercomType = (command: string, callbackOrSettings?: any) => void; export declare type IntercomWindow = Window & { Intercom: IntercomType; };