CustomWizardNavFunction: ((isExpanded: boolean, steps: WizardStepType[], activeStep: WizardStepType, goToStepByIndex: ((index: number) => void)) => React.ReactElement<WizardNavProps>)

Callback for the Wizard's 'nav' property. Returns element which replaces the Wizard's default navigation.