@hxui/angular
Version:
An Angular library based on the [HXUI design system](https://hxui.io).
7 lines (6 loc) • 444 B
TypeScript
export { ITabularConfig } from './tabular-config.interface';
export { TabularSize } from './tabular-size.enum';
export { ITabularColumn, TabularColumnTypes, ITabularColumnBadgeType, ITabularColumnIconType } from './tabular-column.interface';
export { TabularColumn } from './tabular-column.model';
export { TabularComponent } from './tabular.component';
export { ActionConfigRouteType, IActionsConfig } from './actions-config.interface';