9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-ui-settings
|
|
*/
|
|
|
|
export * from './lib/components/general.component';
|
|
export * from './lib/models/settings';
|
|
|
|
export * from './lib/ucap-ui-settings.module';
|