UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

7 lines (6 loc) 173 B
import { TreeGridState } from './tree-grid-state.class'; export interface TreeGridItem { children?: TreeGridItem[]; expanded?: boolean; state?: TreeGridState; }