8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-native-electron
|
||
|
*/
|
||
|
|
||
|
export * from './lib/services/electron-native.service';
|
||
|
|
||
|
export * from './lib/types/channel.type';
|