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>

11 lines (10 loc) 606 B
import { NgDocContent } from '@ng-doc/ui-kit/types'; import * as i0 from "@angular/core"; export declare class NgDocTabComponent<T> { label: NgDocContent; id: T | number; /** Expander content */ content: NgDocContent; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocTabComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocTabComponent<any>, "ng-doc-tab, a[ng-doc-tab]", never, { "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>; }