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>

12 lines (11 loc) 677 B
import { OnChanges, SimpleChanges } from '@angular/core'; import { NgDocPageInfo } from '@ng-doc/core/interfaces'; import * as i0 from "@angular/core"; export 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>; }