Guaxu Docs
Preparing search index...
guaxu-react
useStepper
Function useStepper
useStepper
(
items
:
StepperItems
,
)
:
{
currentStepKey
:
string
;
isFirstStep
:
boolean
;
isLastStep
:
boolean
;
nextStep
:
()
=>
void
;
previousStep
:
()
=>
void
;
}
Parameters
items
:
StepperItems
Returns
{
currentStepKey
:
string
;
isFirstStep
:
boolean
;
isLastStep
:
boolean
;
nextStep
:
()
=>
void
;
previousStep
:
()
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guaxu Docs
Loading...