export const { TupleValue } = createCodecComponent(
  "TupleValue",
  ({ value }: Format.Values.TupleValue) => {
    const { prefix, suffix } = useInjectedNode();
    return (