next-ucap-messenger/projects/ucap-webmessenger-native/src/public-api.ts
2019-09-18 15:02:21 +09:00

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';