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

14 lines
321 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-native
*/
2019-11-09 08:29:02 +00:00
export * from './lib/models/notification';
2019-09-18 06:02:21 +00:00
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';
2019-09-18 06:02:21 +00:00
export * from './lib/ucap-native.module';