File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import { clsx } from 'clsx';
22import type { CSSMotionProps } from '@rc-component/motion' ;
33import Overflow from '@rc-component/overflow' ;
44import { useControlledState , warning } from '@rc-component/util' ;
5- /* eslint-disable no-restricted-imports */
5+ // eslint-disable-next-line no-restricted-imports
66import useId from '@rc-component/util/lib/hooks/useId' ;
7- /* eslint-disable no-restricted-imports */
7+ // eslint-disable-next-line no-restricted-imports
88import isEqual from '@rc-component/util/lib/isEqual' ;
99import * as React from 'react' ;
1010import { useImperativeHandle } from 'react' ;
Original file line number Diff line number Diff line change 11import { clsx } from 'clsx' ;
22import Overflow from '@rc-component/overflow' ;
3- /* eslint-disable no-restricted-imports */
3+ // eslint-disable-next-line no-restricted-imports
44import KeyCode from '@rc-component/util/lib/KeyCode' ;
5- /* eslint-disable no-restricted-imports */
5+ // eslint-disable-next-line no-restricted-imports
66import { useComposeRef } from '@rc-component/util/lib/ref' ;
77import { omit , warning } from '@rc-component/util' ;
88import * as React from 'react' ;
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import Trigger from '@rc-component/trigger' ;
33import { clsx } from 'clsx' ;
4- /* eslint-disable no-restricted-imports */
4+ // eslint-disable-next-line no-restricted-imports
55import raf from '@rc-component/util/lib/raf' ;
66
77import type { CSSMotionProps } from '@rc-component/motion' ;
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import type { CSSMotionProps } from '@rc-component/motion' ;
3- /* eslint-disable no-restricted-imports */
3+ // eslint-disable-next-line no-restricted-imports
44import useMemo from '@rc-component/util/lib/hooks/useMemo' ;
5- /* eslint-disable no-restricted-imports */
5+ // eslint-disable-next-line no-restricted-imports
66import isEqual from '@rc-component/util/lib/isEqual' ;
77
88import type {
Original file line number Diff line number Diff line change 1- /* eslint-disable no-restricted-imports */
1+ // eslint-disable-next-line no-restricted-imports
22import { getFocusNodeList } from '@rc-component/util/lib/Dom/focus' ;
3- /* eslint-disable no-restricted-imports */
3+ // eslint-disable-next-line no-restricted-imports
44import KeyCode from '@rc-component/util/lib/KeyCode' ;
5- /* eslint-disable no-restricted-imports */
5+ // eslint-disable-next-line no-restricted-imports
66import raf from '@rc-component/util/lib/raf' ;
77
88import * as React from 'react' ;
You can’t perform that action at this time.
0 commit comments