Skip to content

Commit 1c0d096

Browse files
author
Kubit
committed
Modify interface to StepperNumber component
1 parent e390431 commit 1c0d096

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
export type StepperNumberprefixSuffixType = {
2-
prefix?: {
3-
step: string;
4-
of: string;
5-
};
6-
suffix?: {
7-
completed: string;
8-
current: string;
9-
};
2+
prefix?: { step: string; of: string; steps?: string; completed?: string };
3+
suffix?: { completed: string; current: string };
104
};

0 commit comments

Comments
 (0)