import {Typography} from "attio/client"

<Typography.Title />

Props

children
React.ReactNode
required
The content of the title.
variant
"extraLarge" | "large" | "standard" | "medium" | "small" | "extraSmall"
The variant of the title.Defaults to "standard".

<Typography.Body />

Props

children
React.ReactNode
required
The content of the body.
variant
"standard" | "large" | "strong" | "interactive"
The variant of the body.Defaults to "standard".

<Typography.Caption />

Props

children
React.ReactNode
required
The content of the caption.