UNPKG

design-angular-kit

Version:

Un toolkit Angular conforme alle linee guida di design per i servizi web della PA

25 lines (24 loc) 1.03 kB
import { TemplateRef } from '@angular/core'; import { IconName } from '../../../../interfaces/icon'; import { ItAbstractComponent } from '../../../../abstracts/abstract.component'; import * as i0 from "@angular/core"; export declare class ItSteppersItemComponent extends ItAbstractComponent { /** * The labels present in the header steps */ label: string; /** * The labels present in the header steps can be preceded by an icon. */ icon: IconName | undefined; /** * The title for the icon. */ iconTitle: string | undefined; /** * The content of step */ htmlContent: TemplateRef<any>; static ɵfac: i0.ɵɵFactoryDeclaration<ItSteppersItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ItSteppersItemComponent, "it-steppers-item", never, { "label": { "alias": "label"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; "iconTitle": { "alias": "iconTitle"; "required": false; }; }, {}, never, ["*"], true, never>; }