@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>
9 lines (8 loc) • 524 B
TypeScript
import * as i0 from "@angular/core";
export declare class NgDocKindIconComponent {
kind: string;
type: 'declaration' | 'type';
size: 'small' | 'medium';
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocKindIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgDocKindIconComponent, "ng-doc-kind-icon", never, { "kind": { "alias": "kind"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}