16 lines
368 B
TypeScript
16 lines
368 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-api-public
|
|
*/
|
|
|
|
export * from './lib/apis/update-info';
|
|
export * from './lib/apis/version-info2';
|
|
|
|
export * from './lib/services/public-api.service';
|
|
|
|
export * from './lib/types/sync-mode.type';
|
|
|
|
export * from './lib/ucap-public-api.module';
|
|
|
|
export * from './lib/config/urls';
|
|
export * from './lib/config/module-config';
|