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