export const { IndexedReferenceTypeError } = createCodecComponent(
  "IndexedReferenceTypeError",
  ({ kind, raw }: Format.Errors.IndexedReferenceTypeError) => (
    <CodecError kind={kind}>{raw}</CodecError>
  )