2019-10-10 10:53:42 +09:00

13 lines
324 B
TypeScript

/*
* Public API Surface of ucap-webmessenger-protocol-group
*/
export * from './lib/protocols/add';
export * from './lib/protocols/del';
export * from './lib/protocols/update';
export * from './lib/services/group-protocol.service';
export * from './lib/types/service';
export * from './lib/ucap-group-protocol.module';