UNPKG

@ng-doc/ui-kit

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

18 lines (15 loc) 598 B
import { NgDocListItem } from '@ng-doc/ui-kit/classes/list-item'; import * as i0 from '@angular/core'; declare class NgDocListComponent { private elementRef; private ngZone; private listHost; private keyManager; private readonly items; constructor(); registerItem(item: NgDocListItem): void; unregisterItem(item: NgDocListItem): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocListComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocListComponent, "ng-doc-list", never, {}, {}, never, ["*"], true, never>; } export { NgDocListComponent };