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.
Component
Param: ref
A forwarded reference to the underlying WizardContainerInternal component.
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
forwardRefto allow obtaining a reference to the rendered DOM element for external usage.