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.

5 lines (4 loc) 249 B
export { EmptyStateComponent } from './empty-state.component'; export { EmptyStateModule } from './empty-state.module'; export { EmptyStateConfig } from './empty-state.config'; export { IEmptyStateAction } from './empty-state-action.interface';