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