UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

8 lines (7 loc) 224 B
export interface KoalaListItemMenuOptionInterface<DataType> { icon: string; name: string; action: (item: DataType) => void; havePermission: boolean; showByItemList?: (item: DataType) => boolean; }