11 lines
246 B
TypeScript
Raw Normal View History

2020-05-17 11:24:49 +09:00
/*
* Public API Surface of ui-chat
*/
export * from './lib/config/module-config';
export * from './lib/components/room-expansion.component';
export * from './lib/components/room-list-item-01.component';
export * from './lib/chat-ui.module';