We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af2f92 commit d6131afCopy full SHA for d6131af
src/InputNumber.tsx
@@ -15,7 +15,7 @@ import StepHandler from './StepHandler';
15
import { getDecupleSteps } from './utils/numberUtil';
16
17
import { useEvent } from '@rc-component/util';
18
-import { triggerFocus, type InputFocusOptions } from '@rc-component/util/lib/DOM/focus';
+import { triggerFocus, type InputFocusOptions } from '@rc-component/util/lib/Dom/focus';
19
import useFrame from './hooks/useFrame';
20
21
export type { ValueType };
0 commit comments