Fixes on create component tests

This commit is contained in:
adilallo
2026-02-02 13:08:55 -07:00
parent a8eb9e192b
commit 3b8f2e791f
10 changed files with 54 additions and 72 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type StepperActive = 1 | 2 | 3 | 4 | 5;
export type StepperActive = number;
export interface StepperProps {
active?: StepperActive;