9 lines
202 B
TypeScript
Raw Normal View History

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