werkbank
    Preparing search index...
    • Subtitle typography component.

      Type Parameters

      • Element extends keyof IntrinsicElements = "h3"

        The HTML element type.

      Parameters

      Returns ReactElement<
          Omit<TypographyProps<Element>, "size" | "element" | "children"> & {
              className: string;
          },
          string
          | JSXElementConstructor<any>,
      >

      The rendered typography element.

      <Subtitle>Subtitle text</Subtitle>