Skip to content

Commit

Permalink
type: use ValueType from rc-input-number
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Jul 19, 2023
1 parent fac39eb commit 9fee891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions components/input-number/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

import DownOutlined from '@ant-design/icons/DownOutlined';
import UpOutlined from '@ant-design/icons/UpOutlined';
import type { ValueType } from '@rc-component/mini-decimal';
import classNames from 'classnames';
import type { InputNumberProps as RcInputNumberProps } from 'rc-input-number';
import type { InputNumberProps as RcInputNumberProps, ValueType } from 'rc-input-number';
import RcInputNumber from 'rc-input-number';
import * as React from 'react';
import type { InputStatus } from '../_util/statusUtils';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"rc-field-form": "~1.34.0",
"rc-image": "~7.0.0",
"rc-input": "~1.1.0",
"rc-input-number": "~8.0.0",
"rc-input-number": "~8.0.2",
"rc-mentions": "~2.5.0",
"rc-menu": "~9.10.0",
"rc-motion": "^2.7.3",
Expand Down

0 comments on commit 9fee891

Please sign in to comment.