export const { BytesValue } = createCodecComponent(
  "BytesValue",
  (data: Format.Values.BytesValue) =>
    isBytesStaticValue(data) ? (
      <BytesStaticValue data={data} />