Function WizardContainer

WizardContainer

A container component that wraps the WizardContainerInternal component. It is a functional component of type React.FC, which takes an IWizardContainerProps as its props. It is created using forwardRef to allow obtaining a reference to the rendered DOM element for external usage.

  • Parameters

    • props: IWizardContainerProps

      The props for the WizardContainer component.

    • Optionalcontext: any

    Returns null | ReactElement<any, any>

    The rendered WizardContainer component.

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<IWizardContainerProps>
displayName?: string
propTypes?: WeakValidationMap<IWizardContainerProps>