(nvp)
| 19213 | } |
| 19214 | } |
| 19215 | function displayValueElement(nvp) { |
| 19216 | const d = displayValue(nvp.value); |
| 19217 | if (d.special) return (0, _base.base).react.createElement("i", null, d.display); |
| 19218 | return d.display; |
| 19219 | } |
| 19220 | function DataItem(props) { |
| 19221 | if (!props.item) return null; |
| 19222 | const nameValuePairs = []; |
no test coverage detected