@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
16 lines (15 loc) • 671 B
TypeScript
export { TableComponent } from './table.component';
export * from './table.module';
export * from './table-cell.component';
export * from './table-cell.directive';
export * from './table-cell-def.directive';
export * from './table-column-def.directive';
export * from './table-column-resizable.directive';
export * from './table-header-cell.directive';
export * from './table-header-cell-def.directive';
export * from './table-header-row.component';
export * from './table-header-row-def.directive';
export * from './table-placeholder.directive';
export * from './table-row.component';
export * from './table-row-def.directive';
export * from './table-scroll.directive';