@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
12 lines (11 loc) • 505 B
TypeScript
export * from './config/default-table.config';
export * from './config/table.config';
export * from './table-data-cell/table-data-cell.component';
export * from './table-data-cell/table-data-cell.module';
export * from './table-header-cell/table-header-cell.component';
export * from './table-header-cell/table-header-cell.module';
export * from './table-renderer.service';
export * from './table.component';
export * from './table.model';
export * from './table.module';
export * from './table.service';