Function HorizontalWizardLayoutSubtitle
- HorizontalWizardLayoutSubtitle(
props: Omit<
ClassAttributes<HTMLHeadingElement> & HTMLAttributes<
HTMLHeadingElement,
> & { fontColor?: string; fontWeight?: string },
"ref",
> & RefAttributes<HTMLHeadingElement>,
): ReactElement<any, string | JSXElementConstructor<any>> Parameters
- props: Omit<
ClassAttributes<HTMLHeadingElement> & HTMLAttributes<HTMLHeadingElement> & {
fontColor?: string;
fontWeight?: string;
},
"ref",
> & RefAttributes<HTMLHeadingElement>
Returns ReactElement<any, string | JSXElementConstructor<any>>