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 9f429ec commit b592d46Copy full SHA for b592d46
projects/stream-chat-angular/src/public-api.ts
@@ -41,6 +41,8 @@ export * from './lib/notification-list/notification-list.component';
41
export * from './lib/thread/thread.component';
42
export * from './lib/modal/modal.component';
43
export * from './lib/read-by';
44
+export * from './lib/get-message-translation';
45
+export * from './lib/get-channel-display-text';
46
export * from './lib/is-image-attachment';
47
export * from './lib/is-image-file';
48
export * from './lib/message-preview';
0 commit comments