WizardContainer: React.FC<IWizardContainerProps>

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.

A forwarded reference to the underlying WizardContainerInternal component.

The props for the WizardContainer component.

The rendered WizardContainer component.