UNPKG

@neoprospecta/angular-data-box

Version:

Data table with REST implementation.

9 lines (8 loc) 198 B
export declare class DataBoxAction { title: string | Function; action: string | Function; icon: string; color: string; hide: boolean | Function; constructor(object?: any); }