UNPKG

@ux-aspects/ux-aspects

Version:

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

9 lines (8 loc) 294 B
import { BehaviorSubject } from 'rxjs'; export declare class TreeGridState { readonly level: number; readonly setSize: number; readonly positionInSet: number; readonly loading$: BehaviorSubject<boolean>; constructor(level: number, setSize: number, positionInSet: number); }