Skip to content

Commit 4bacd73

Browse files
authored
fix: added the WebChatCustomElement component to entry point export list (#25)
1 parent b1d7c1b commit 4bacd73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/entry.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import { CustomResponsePortalsContainer } from './CustomResponsePortalsContainer
1818
import { WebChatContainer, setEnableDebug } from './WebChatContainer';
1919
import { WebChatConfig } from './types/WebChatConfig';
2020
import { WebChatInstance } from './types/WebChatInstance';
21+
import { WebChatCustomElement } from './WebChatCustomElement';
2122

2223
export {
2324
AddedWithWebChatProps,
@@ -28,4 +29,5 @@ export {
2829
withWebChat,
2930
WithWebChatConfig,
3031
setEnableDebug,
32+
WebChatCustomElement,
3133
};

0 commit comments

Comments
 (0)