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 e7ec5e6 commit c536066Copy full SHA for c536066
.changeset/rude-rockets-crash.md
@@ -0,0 +1,5 @@
1
+---
2
+'@lg-chat/message': patch
3
4
+
5
+Remove `MessagePromotion` export
chat/message/src/index.ts
@@ -32,7 +32,4 @@ export {
32
MessageLinks,
33
type MessageLinksProps,
34
} from './MessageLinks';
35
-export {
36
- MessagePromotion,
37
- type MessagePromotionProps,
38
-} from './MessagePromotion';
+export { type MessagePromotionProps } from './MessagePromotion';
0 commit comments