Skip to content

Commit 957a3a5

Browse files
committed
fixes after rebase
1 parent dc6448f commit 957a3a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/v5/shared/Stepper

src/components/v5/shared/Stepper/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export interface StepperProps<TKey> {
1515
items: StepperItem<TKey>[];
1616
activeStepKey: TKey | string;
1717
setActiveStepKey?: (key: TKey | string) => void;
18+
disablePreviousSteps?: boolean;
1819
}

0 commit comments

Comments
 (0)