2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-event
|
|
|
|
*/
|
|
|
|
|
2019-09-25 09:02:15 +00:00
|
|
|
export * from './lib/models/info';
|
|
|
|
export * from './lib/models/send';
|
|
|
|
|
2019-09-18 06:02:21 +00:00
|
|
|
export * from './lib/services/event-protocol.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-event-protocol.module';
|
2019-09-24 09:21:22 +00:00
|
|
|
|
|
|
|
export * from './lib/types/event.type';
|