UNPKG

bm-ng2-select

Version:

ng2-select Botmetric implementation Multi select

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; }