Skip to content

Commit 069f3f5

Browse files
committed
fix: build err 3.0.3
1 parent ac99e81 commit 069f3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FooterToolbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import './index.less';
22

33
import { computed, defineComponent, onBeforeUnmount, onMounted, PropType } from 'vue';
44
import { RouteContextProps, useRouteContext } from '../RouteContext';
5-
import { getMenuFirstChildren, PropTypes } from '../utils';
5+
import { getMenuFirstChildren } from '../utils';
66
import type { CustomRender } from '../typings';
77
export interface FooterToolbarProps {
88
extra?: CustomRender | JSX.Element;

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Slots, VNodeChild } from 'vue';
2-
import { CustomRender, MenuDataItem } from '../typings';
2+
import { MenuDataItem } from '../typings';
33
export { getComponent } from 'ant-design-vue/es/_util/props-util';
44
export { default as PropTypes } from 'ant-design-vue/es/_util/vue-types';
55

0 commit comments

Comments
 (0)