mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: type import error
This commit is contained in:
parent
d933f3edd5
commit
9815f817d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user