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 b2e42f1 commit e5ed212Copy full SHA for e5ed212
src/Rate.tsx
@@ -1,6 +1,6 @@
1
+import classNames from 'classnames';
2
import useControlledState from '@rc-component/util/lib/hooks/useControlledState';
3
import KeyCode from '@rc-component/util/lib/KeyCode';
-import pickAttrs from '@rc-component/util/lib/pickAttrs';
4
import classNames from 'classnames';
5
import React from 'react';
6
import type { StarProps } from './Star';
0 commit comments