@scbt-ecom/ui 0.91.0 → 0.91.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ export type StepperTabsClasses = {
|
|
|
6
6
|
export interface StepperTab {
|
|
7
7
|
headline: string;
|
|
8
8
|
}
|
|
9
|
-
export type StepperTabValue = string;
|
|
9
|
+
export type StepperTabValue = string | undefined;
|
|
10
10
|
export interface StepperTabsProps {
|
|
11
11
|
stepperTabs?: StepperTab[];
|
|
12
12
|
activeStepper: StepperTabValue;
|