10 lines
184 B
TypeScript
10 lines
184 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-native
|
||
|
*/
|
||
|
|
||
|
export * from './lib/services/native.service';
|
||
|
|
||
|
export * from './lib/types/token';
|
||
|
|
||
|
export * from './lib/ucap-native.module';
|