export interface ItemClickEvent { depth: number; index: number; selected: boolean; collapsed: boolean; value: T; item: T; }