Set a unique footer for the wizard. stepId is only required if inactive steps are hidden instead of unmounted.

  • Parameters

    • footer: ReactElement<any, string | JSXElementConstructor<any>> | Partial<WizardFooterProps>
    • OptionalstepId: string | number

    Returns void