type
RowLabelValue
type RowLabelValue = | string
| number
| boolean
| null
| undefined
| readonly RowLabelValue[]
| { readonly [key: string]: RowLabelValue }A recursively read-only JSON-like value available to row-label components.