Guaxu Docs
    Preparing search index...

    Function useStepper

    • Parameters

      • items: StepperItems

      Returns {
          currentStepKey: string;
          isFirstStep: boolean;
          isLastStep: boolean;
          nextStep: () => void;
          previousStep: () => void;
      }