next-ucap-messenger/projects/ucap-webmessenger-native/src/public-api.ts

12 lines
277 B
TypeScript

/*
* Public API Surface of ucap-webmessenger-native
*/
export * from './lib/services/native.service';
export * from './lib/types/token';
export * from './lib/types/window-state.type';
export * from './lib/types/window-idle.type';
export * from './lib/ucap-native.module';