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