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.
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.Component