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