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 ResizeObserver from '@rc-component/resize-observer' ;
44import type { ComponentType } from './RawItem' ;
55
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import { useState , useMemo , useCallback } from 'react' ;
3- import clsx from 'clsx' ;
3+ import { clsx } from 'clsx' ;
44import ResizeObserver from '@rc-component/resize-observer' ;
55import useLayoutEffect from '@rc-component/util/lib/hooks/useLayoutEffect' ;
66import Item from './Item' ;
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 Item from './Item' ;
44import { OverflowContext } from './context' ;
55
You can’t perform that action at this time.
0 commit comments