werkbank
    Preparing search index...
    • Title typography component for section headings.

      Type Parameters

      • Element extends keyof IntrinsicElements = "h2"

        The HTML element type.

      Parameters

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

      The rendered typography element.

      <Title element="h3">Section Title</Title>