import React from 'react'; import { HelpField } from './../../help'; export function LabeledValue(props: { label: string; value: React.ReactNode; helpFieldId?: string }) { return ( <>