childrenRequired
string | number | (string | number)[]
tone
"caution" | "critical" | "info" | "neutral" | "positive" | "promote"
weight
"regular" | "strong"
bleedY
boolean
title
string
id
string
data
DataAttributeMap
tabIndex
number
aria-describedby
string
ref
Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).
RefObject<HTMLSpanElement | null> | (instance: HTMLSpanElement | null) => void | (() => VoidOrUndefinedOnly)