10 lines
186 B
TypeScript
10 lines
186 B
TypeScript
/*
|
|
* Public API Surface of ui-group
|
|
*/
|
|
|
|
export * from './lib/config/module-config';
|
|
|
|
export * from './lib/components/expansion-list.component';
|
|
|
|
export * from './lib/group-ui.module';
|