UNPKG
intercom-react
Version:
latest (1.0.0-alpha.6)
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.3
An Intercom component for React.
github.com/kvendrik/intercom-react
kvendrik/intercom-react
intercom-react
/
build
/
types
/
utilities
/
types.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
IntercomType
=
(
command
:
string
,
callbackOrSettings
?:
any
) =>
void
;
export
declare
type
IntercomWindow
=
Window
& {
Intercom
:
IntercomType
; };