Function HorizontalWizardLayoutSubtitle

  • Parameters

    • props: Omit<
          ClassAttributes<HTMLHeadingElement> & HTMLAttributes<HTMLHeadingElement> & {
              fontColor?: string;
              fontWeight?: string;
          },
          "ref",
      > & RefAttributes<HTMLHeadingElement>

    Returns ReactElement<any, string | JSXElementConstructor<any>>