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

9 lines
202 B
TypeScript
Raw Normal View History

2019-11-21 07:43:25 +00:00
/*
* Public API Surface of ucap-webmessenger-ui-settings
*/
export * from './lib/components/general.component';
2019-12-15 19:49:27 +00:00
export * from './lib/models/settings';
2019-11-21 07:43:25 +00:00
export * from './lib/ucap-ui-settings.module';