import Translate from "@docusaurus/Translate" import type { JSX } from "react" // Label for "xor" export default function XorLabel(): JSX.Element { const SPACE = <>  return ( <> {SPACE} {"XOR"} {SPACE} ) }