Function HorizontalWizardLayoutDescription
- HorizontalWizardLayoutDescription(
props: Omit<
ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>,
"ref",
> & RefAttributes<HTMLDivElement>,
): ReactElement<any, string | JSXElementConstructor<any>> Parameters
- props: Omit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, "ref"> & RefAttributes<
HTMLDivElement,
>
Returns ReactElement<any, string | JSXElementConstructor<any>>