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

14 lines
377 B
TypeScript
Raw Normal View History

2019-11-09 08:29:02 +00:00
/*
* Public API Surface of ucap-webmessenger-electron-notification
*/
export * from './lib/models/electron-notification-options';
export * from './lib/models/electron-notification';
export * from './lib/services/electron-notification.service';
export * from './lib/types/channel.type';
export * from './lib/types/event.type';
export * from './lib/utils/animation-queue';