12 lines
304 B
TypeScript
12 lines
304 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-ui
|
||
|
*/
|
||
|
|
||
|
export * from './lib/dialogs/alert.dialog.component';
|
||
|
export * from './lib/dialogs/confirm.dialog.component';
|
||
|
|
||
|
export * from './lib/services/bottom-sheet.service';
|
||
|
export * from './lib/services/dialog.service';
|
||
|
|
||
|
export * from './lib/ucap-ui.module';
|