File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 "dependencies" : {
4848 "@rc-component/input" : " ~1.1.0" ,
4949 "@rc-component/mini-decimal" : " ^1.0.1" ,
50- "@rc-component/util" : " ^1.2 .0" ,
50+ "@rc-component/util" : " ^1.4 .0" ,
5151 "clsx" : " ^2.1.1"
5252 },
5353 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { getDecupleSteps } from './utils/numberUtil';
1919
2020import type { HolderRef } from '@rc-component/input/lib/BaseInput' ;
2121import { BaseInputProps } from '@rc-component/input/lib/interface' ;
22- import { InputFocusOptions , triggerFocus } from '@rc-component/input /lib/utils/commonUtils ' ;
22+ import { type InputFocusOptions , triggerFocus } from '@rc-component/util /lib/Dom/focus ' ;
2323import { useEvent } from '@rc-component/util' ;
2424import useFrame from './hooks/useFrame' ;
2525
You can’t perform that action at this time.
0 commit comments