8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-protocol-group
|
||
|
*/
|
||
|
|
||
|
export * from './lib/services/group-protocol.service';
|
||
|
|
||
|
export * from './lib/ucap-group-protocol.module';
|