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