type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};size 🛠sizetype StepperHorizontalSize ='small''medium'BreakpointCustomizable<StepperHorizontalSize>'small'theme themetype Theme ='light''dark''auto''light'stepChange 🚫update event instead. Emitted when active step is changed.type StepperHorizontalUpdateEventDetail = {
activeStepIndex: number;
}
CustomEvent<StepperHorizontalUpdateEventDetail>update type StepperHorizontalUpdateEventDetail = {
activeStepIndex: number;
}
CustomEvent<StepperHorizontalUpdateEventDetail><slot> disabled disabledbooleanfalsestate statetype StepperHorizontalItemState =undefined'current''complete''warning'undefined<slot> --p-hyphens auto