@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 (9 loc) • 554 B
TypeScript
import * as i0 from '@angular/core';
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>;
}
export { NgDocKindIconComponent };