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 890e7ab commit f125cadCopy full SHA for f125cad
packages/components/src/components/Stepper/index.tsx
@@ -27,10 +27,10 @@ export const useStepper = () => {
27
}
28
29
type StepperProps = {
30
- children: React.ReactNode
31
- defaultValue: number
32
- value: number
33
- onValueChange: (value: number) => void
+ children?: React.ReactNode
+ defaultValue?: number
+ value?: number
+ onValueChange?: (value: number) => void
34
min?: number
35
max?: number
36
0 commit comments