UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

13 lines (12 loc) 573 B
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TabPaneComponent { isTitleString: boolean; private _title; content: TemplateRef<void>; get title(): string | TemplateRef<void>; set title(value: string | TemplateRef<void>); constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "TabPane, nzm-tab-pane", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>; }