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.

9 lines (8 loc) 244 B
export interface KoalaListBtnCollapseSubListConfigInterface<DataType> { koalaIcon?: boolean; tooltip?: string; backgroundColor?: string; iconColor?: string; icon: string; show: (itemLine: DataType) => boolean; }