UNPKG

rsuite

Version:

A suite of react components

15 lines (12 loc) 359 B
'use client'; import NumberInput from "../NumberInput/index.js"; /** * The `InputNumber` component is used to enter a numerical value. * @see https://rsuitejs.com/components/number-input * @deprecated Use `NumberInput` instead. */ const InputNumber = NumberInput; // export types // export components export { InputNumber }; export default InputNumber;