10 lines
231 B
TypeScript
10 lines
231 B
TypeScript
/*
|
|
* Public API Surface of ucap-webmessenger-ui-group
|
|
*/
|
|
|
|
export * from './lib/components/expansion-panel.component';
|
|
|
|
export * from './lib/directives/expansion-panel-item.directive';
|
|
|
|
export * from './lib/ucap-ui-group.module';
|