UNPKG

@obliczeniowo/elementary

Version:
8 lines (7 loc) 144 B
export interface TreeItem { id: string | number; title: string; subItems: boolean; items: TreeItem[]; expanded?: boolean; }