import {TextBlock} from "attio/client"

It can be thought of as a

<div style={{ display: "flex", flexDirection: "row" }} />`

Props

align? : "left" | "center" | "right"

How to optionally align the content of the text block.

Defaults to "center".

children : React.ReactNode

The text content of text block, usually text, but can be other components.