11 lines
246 B
TypeScript
11 lines
246 B
TypeScript
|
/*
|
||
|
* Public API Surface of ui-chat
|
||
|
*/
|
||
|
|
||
|
export * from './lib/config/module-config';
|
||
|
|
||
|
export * from './lib/components/room-expansion.component';
|
||
|
export * from './lib/components/room-list-item-01.component';
|
||
|
|
||
|
export * from './lib/chat-ui.module';
|