Type alias NumberFieldProps

NumberFieldProps: BaseInputProps & Partial<Pick<HTMLInputElement, "min" | "max" | "step">>

Generated using TypeDoc