13 lines
290 B
TypeScript
13 lines
290 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-api-public
|
||
|
*/
|
||
|
|
||
|
export * from './lib/types/module-config';
|
||
|
|
||
|
export * from './lib/models/update-info';
|
||
|
export * from './lib/models/version-info';
|
||
|
|
||
|
export * from './lib/services/public-api.service';
|
||
|
|
||
|
export * from './lib/ucap-public-api.module';
|