11 lines
271 B
TypeScript
11 lines
271 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-ui-profile
|
|
*/
|
|
|
|
export * from './lib/components/list-item.component';
|
|
export * from './lib/components/user-list-item.component';
|
|
|
|
export * from './lib/types/presence-type.type';
|
|
|
|
export * from './lib/ucap-ui-profile.module';
|