fix: import path (#4013)

pull/4021/head
zkwolf 2021-04-29 18:31:22 +08:00 committed by GitHub
parent 58ffdd9728
commit 3c4bd31a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;