12 lines
283 B
TypeScript
12 lines
283 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-api-message
|
||
|
*/
|
||
|
export * from './lib/apis/update-info';
|
||
|
|
||
|
export * from './lib/services/message-api.service';
|
||
|
|
||
|
export * from './lib/ucap-message-api.module';
|
||
|
|
||
|
export * from './lib/config/urls';
|
||
|
export * from './lib/config/module-config';
|