8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-ui-room
|
||
|
*/
|
||
|
|
||
|
export * from './lib/components/list-item.component';
|
||
|
|
||
|
export * from './lib/ucap-ui-room.module';
|