File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11/* eslint no-console:0 */
22
33import React from 'react' ;
4- import Trigger , { ActionType } from '@rc-component/trigger' ;
4+ import type { ActionType } from '@rc-component/trigger' ;
5+ import Trigger from '@rc-component/trigger' ;
56import '../../assets/index.less' ;
67import './point.less' ;
78
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ import { isDOM } from '@rc-component/util/lib/Dom/findDOMNode';
66import { getShadowRoot } from '@rc-component/util/lib/Dom/shadow' ;
77import useEvent from '@rc-component/util/lib/hooks/useEvent' ;
88import useId from '@rc-component/util/lib/hooks/useId' ;
9- import useLayoutEffect , {
10- useLayoutUpdateEffect ,
11- } from '@rc-component/util/lib/hooks/useLayoutEffect' ;
9+ import useLayoutEffect from '@rc-component/util/lib/hooks/useLayoutEffect' ;
1210import * as React from 'react' ;
1311import Popup , { type MobileConfig } from './Popup' ;
1412import type { TriggerContextProps } from './context' ;
You can’t perform that action at this time.
0 commit comments