12 lines
277 B
TypeScript
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';
|