interface StreetMetaWidthLabelProps {
  street: StreetJsonExtra
  editable: boolean
  onClick: (e: React.MouseEvent) => void
}