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

12 lines
370 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
/*
* Public API Surface of ucap-webmessenger-core
*/
export * from './lib/type/app-type.type';
export * from './lib/type/device-devision.type';
export * from './lib/type/device-type.type';
export * from './lib/type/locale-code.type';
export * from './lib/type/push-type.type';
export * from './lib/type/status-code.type';
export * from './lib/type/status-type.type';