Type Alias IWizardOutletProps<Data, Payload, Props>

IWizardOutletProps: IOutletProps<Data, Payload, Props> & OtherProps

Interface for the props of the WizardOutlet component.

Type Parameters

  • Data = IAnything

    The type of data expected by the WizardOutlet component.

  • Payload = IAnything

    The type of payload expected by the WizardOutlet component.

  • Props = {}

    Additional props for the WizardOutlet component.