UNPKG

@ng-doc/app

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>

15 lines (12 loc) 711 B
import * as i0 from '@angular/core'; import { OnChanges, SimpleChanges } from '@angular/core'; import { NgDocPageInfo } from '@ng-doc/core/interfaces'; declare class NgDocSearchResultComponent implements OnChanges { result: NgDocPageInfo[] | null; groupedResult: Record<string, NgDocPageInfo[]>; ngOnChanges({ result }: SimpleChanges): void; typeToLabel(type: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocSearchResultComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocSearchResultComponent, "ng-doc-search-result", never, { "result": { "alias": "result"; "required": false; }; }, {}, never, never, true, never>; } export { NgDocSearchResultComponent };