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