IWizardModalProps: IWizardOutletProps<Data, Payload, ModalOtherProps> & ModalOtherProps

Interface for the props of the WizardModal component.

Type Parameters

  • Data = IAnything

    The type of data for the wizard.

  • Payload = IAnything

    The type of payload for the wizard.