UNPKG

@angular-mdl/core

Version:

Angular components, directives and styles based on material design lite https://getmdl.io.

16 lines (15 loc) 909 B
import { MdlTabPanelTitleComponent } from "./mdl-tab-panel-title.component"; import * as i0 from "@angular/core"; export declare class MdlTabPanelContentComponent { static ɵfac: i0.ɵɵFactoryDeclaration<MdlTabPanelContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MdlTabPanelContentComponent, "mdl-tab-panel-content", never, {}, {}, never, ["*"], false, never>; } export declare class MdlTabPanelComponent { titleComponent: MdlTabPanelTitleComponent | undefined; title: string | undefined; disabled: boolean | undefined; isTabPanel: boolean; isActive: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<MdlTabPanelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MdlTabPanelComponent, "mdl-tab-panel", never, { "title": "mdl-tab-panel-title"; "disabled": "disabled"; }, {}, ["titleComponent"], ["mdl-tab-panel-content", "*"], false, never>; }