export const { UintError } = createCodecComponent(
  "UintError",
  (data: Format.Errors.UintError) => <UintPaddingError data={data} />
);