UNPKG

intercom-react

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