File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2- import clsx from 'clsx' ;
2+ import { clsx } from 'clsx' ;
33import Input from '../Input' ;
44import { useSelectInputContext } from '../context' ;
55import useBaseProps from '../../hooks/useBaseProps' ;
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2- import clsx from 'clsx' ;
2+ import { clsx } from 'clsx' ;
33import { useSelectInputContext } from './context' ;
44import useLayoutEffect from '@rc-component/util/lib/hooks/useLayoutEffect' ;
55import useBaseProps from '../hooks/useBaseProps' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import useBaseProps from '../hooks/useBaseProps';
77import { omit , useEvent } from '@rc-component/util' ;
88import KeyCode from '@rc-component/util/lib/KeyCode' ;
99import { isValidateOpenKey } from '../utils/keyUtil' ;
10- import clsx from 'clsx' ;
10+ import { clsx } from 'clsx' ;
1111import type { ComponentsConfig } from '../hooks/useComponents' ;
1212import { getDOM } from '@rc-component/util/lib/Dom/findDOMNode' ;
1313import { composeRef } from '@rc-component/util/lib/ref' ;
You can’t perform that action at this time.
0 commit comments