UNPKG

@porsche-design-system/components-angular

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

10 lines (9 loc) 632 B
import { BaseComponent } from '../../utils'; import type { StepperHorizontalItemState } from '../types'; import * as i0 from "@angular/core"; export declare class PStepperHorizontalItem extends BaseComponent { disabled?: boolean; state?: StepperHorizontalItemState; static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontalItem, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": { "alias": "disabled"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, ["*"], false, never>; }