UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

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