@hxui/angular
Version:
This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.
7 lines (6 loc) • 395 B
TypeScript
export { ITabularConfig } from './tabular-config.interface';
export { TabularSize } from './tabular-size.enum';
export { ITabularColumn, TabularColumnTypes } from './tabular-column.interface';
export { TabularColumn } from './tabular-column.model';
export { TabularComponent } from './tabular.component';
export { ActionConfigRouteType, IActionsConfig } from './actions-config.interface';