We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e390431 commit 1c0d096Copy full SHA for 1c0d096
src/components/stepperNumber/types/prefixSuffix.ts
@@ -1,10 +1,4 @@
1
export type StepperNumberprefixSuffixType = {
2
- prefix?: {
3
- step: string;
4
- of: string;
5
- };
6
- suffix?: {
7
- completed: string;
8
- current: string;
9
+ prefix?: { step: string; of: string; steps?: string; completed?: string };
+ suffix?: { completed: string; current: string };
10
};
0 commit comments