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'update type StepperHorizontalUpdateEventDetail = {
activeStepIndex: number;
}
CustomEvent<StepperHorizontalUpdateEventDetail><slot> disabled disabledbooleanfalsestate statetype StepperHorizontalItemState =undefined'current''complete''warning'undefined<slot> 