import {Typography} from "attio/client"

<Typography.Title />

Props

variant?: "extraLarge" | "large" | "standard" | "medium" | "small" | "extraSmall"

The variant of the title.

Defaults to "standard".

children: React.ReactNode

The content of the title.

<Typography.Body />

Props

variant?: "standard" | "large" | "strong" | "interactive"

The variant of the body.

Defaults to "standard".

children: React.ReactNode

The content of the body.

<Typography.Caption />

Props

children: React.ReactNode

The content of the caption.