"use client"; import { memo } from "react"; import Incrementer from "../Incrementer"; import InputLabel from "../../utility/InputLabel"; import type { IncrementerBlockViewProps } from "./IncrementerBlock.types"; function IncrementerBlockView({ label, helpIcon, helperText, asterisk, labelSize, palette, blockClassName, className, ...incrementerProps }: IncrementerBlockViewProps) { return (