Skip to content

Commit

Permalink
fix: build err 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Mar 18, 2021
1 parent ac99e81 commit 069f3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FooterToolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import './index.less';

import { computed, defineComponent, onBeforeUnmount, onMounted, PropType } from 'vue';
import { RouteContextProps, useRouteContext } from '../RouteContext';
import { getMenuFirstChildren, PropTypes } from '../utils';
import { getMenuFirstChildren } from '../utils';
import type { CustomRender } from '../typings';
export interface FooterToolbarProps {
extra?: CustomRender | JSX.Element;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Slots, VNodeChild } from 'vue';
import { CustomRender, MenuDataItem } from '../typings';
import { MenuDataItem } from '../typings';
export { getComponent } from 'ant-design-vue/es/_util/props-util';
export { default as PropTypes } from 'ant-design-vue/es/_util/vue-types';

Expand Down

0 comments on commit 069f3f5

Please sign in to comment.