CustomWizardNavItemFunction: ((step: WizardStepType, activeStep: WizardStepType, steps: WizardStepType[], goToStepByIndex: ((index: number) => void)) => React.ReactElement<WizardNavItemProps>)

Callback for the Wizard's 'navItem' property. Returns element which replaces the WizardStep's default navigation item.