diff --git a/components/menu/src/SubMenu.tsx b/components/menu/src/SubMenu.tsx index e0e332614..7e2329fa3 100644 --- a/components/menu/src/SubMenu.tsx +++ b/components/menu/src/SubMenu.tsx @@ -20,7 +20,7 @@ import Overflow from '../../vc-overflow'; import devWarning from '../../vc-util/devWarning'; import isValid from '../../_util/isValid'; import type { MouseEventHandler } from '../../_util/EventInterface'; -import type { Key } from 'ant-design-vue/es/_util/type'; +import type { Key } from '../../_util/type'; import type { MenuTheme } from './interface'; let indexGuid = 0;