Skip to content

Commit 93603be

Browse files
committed
chore: remove unused types from SubMenu
1 parent 2286085 commit 93603be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SubMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Overflow from '@rc-component/overflow';
44
import warning from '@rc-component/util/lib/warning';
55
import SubMenuList from './SubMenuList';
66
import { parseChildren } from '../utils/commonUtil';
7-
import type { MenuInfo, SubMenuType, PopupRender } from '../interface';
7+
import type { MenuInfo, SubMenuType } from '../interface';
88
import MenuContextProvider, { MenuContext } from '../context/MenuContext';
99
import useMemoCallback from '../hooks/useMemoCallback';
1010
import PopupTrigger from './PopupTrigger';

0 commit comments

Comments
 (0)