werkbank
    Preparing search index...
    • Body typography component for standard text.

      Type Parameters

      • Element extends keyof IntrinsicElements = "p"

        The HTML element type.

      Parameters

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

      The rendered typography element.

      <Body>This is body text.</Body>