We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d7c1b commit 4bacd73Copy full SHA for 4bacd73
src/entry.tsx
@@ -18,6 +18,7 @@ import { CustomResponsePortalsContainer } from './CustomResponsePortalsContainer
18
import { WebChatContainer, setEnableDebug } from './WebChatContainer';
19
import { WebChatConfig } from './types/WebChatConfig';
20
import { WebChatInstance } from './types/WebChatInstance';
21
+import { WebChatCustomElement } from './WebChatCustomElement';
22
23
export {
24
AddedWithWebChatProps,
@@ -28,4 +29,5 @@ export {
28
29
withWebChat,
30
WithWebChatConfig,
31
setEnableDebug,
32
+ WebChatCustomElement,
33
};
0 commit comments