10 lines
255 B
TypeScript
10 lines
255 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-ui-chat
|
||
|
*/
|
||
|
|
||
|
export * from './lib/components/form.component';
|
||
|
export * from './lib/components/intro.component';
|
||
|
export * from './lib/components/messages.component';
|
||
|
|
||
|
export * from './lib/ucap-ui-chat.module';
|