fix: import path (#4013)
parent
58ffdd9728
commit
3c4bd31a77
|
@ -17,7 +17,7 @@ import useLock from '../hooks/useLock';
|
|||
import { defineComponent, VNodeChild } from 'vue';
|
||||
import createRef, { RefObject } from '../../_util/createRef';
|
||||
import PropTypes from '../../_util/vue-types';
|
||||
import { VueNode } from 'ant-design-vue/es/_util/type';
|
||||
import { VueNode } from '../../_util/type';
|
||||
|
||||
export interface InnerSelectorProps {
|
||||
prefixCls: string;
|
||||
|
|
Loading…
Reference in New Issue