@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.
14 lines (13 loc) • 957 B
TypeScript
import { EventEmitter } from '@angular/core';
import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, StepperHorizontalSize, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PStepperHorizontal extends BaseComponentWithTheme {
size?: BreakpointCustomizable<StepperHorizontalSize>;
theme?: Theme;
/** @deprecated */
stepChange: EventEmitter<CustomEvent<import("../types").StepperHorizontalUpdateEvent>>;
update: EventEmitter<CustomEvent<import("../types").StepperHorizontalUpdateEvent>>;
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontal, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "stepChange": "stepChange"; "update": "update"; }, never, ["*"], false, never>;
}