DescriptionList
constDescriptionList: (props) =>ReactElement
Defined in: react/components/data/description-list.tsx:39
A two-column term : description list — the terminal analogue of an HTML
<dl> — for config dumps, key/value detail panes, and metadata summaries.
Terms share one auto-sized (or fixed) left column; descriptions fill the rest
and word-wrap, with continuation lines aligned under the description column.
<DescriptionList items={[ { term: "Model", description: "claude-opus-4-8" }, { term: "Context", description: "200k tokens" },]} />Parameters
Section titled “Parameters”Returns
Section titled “Returns”ReactElement