UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

12 lines (11 loc) 306 B
import { ITabularConfig } from './tabular-config.interface'; /** * Configuration service, provides default values for the NavComponent. */ export declare class TabularConfig { /** * Tabular configuration * IPaginationInstance, ISearchConfig */ config: ITabularConfig; }