We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ff02e commit b8ec113Copy full SHA for b8ec113
src/index.tsx
@@ -1,7 +1,7 @@
1
import * as React from 'react';
2
import classNames from 'classnames';
3
-import useMergedState from 'rc-util/lib/hooks/useMergedState';
4
-import KeyCode from 'rc-util/lib/KeyCode';
+import useMergedState from '@rc-component/util/lib/hooks/useMergedState';
+import KeyCode from '@rc-component/util/lib/KeyCode';
5
6
export type SwitchChangeEventHandler = (
7
checked: boolean,
tests/index.spec.js
@@ -1,5 +1,5 @@
import React from 'react';
import { mount } from 'enzyme';
import Switch from '..';
0 commit comments