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.

8 lines (7 loc) 138 B
export interface IEmptyStateAction { id: string; label: string; css: string; callback?: any; route?: string; }