next-ucap-messenger/projects/ucap-webmessenger-ui-profile/src/public-api.ts

11 lines
271 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-ui-profile
*/
export * from './lib/components/list-item.component';
export * from './lib/components/user-list-item.component';
2019-09-18 06:02:21 +00:00
2019-10-15 04:54:58 +00:00
export * from './lib/types/presence-type.type';
2019-09-18 06:02:21 +00:00
export * from './lib/ucap-ui-profile.module';