UNPKG

ng-next-select

Version:
11 lines (10 loc) 298 B
export declare class SelectItem { id: string; text: string; children: Array<SelectItem>; parent: SelectItem; constructor(source: any); fillChildrenHash(optionsMap: Map<string, number>, startIndex: number): number; hasChildren(): boolean; getSimilar(): SelectItem; }