Merge branch 'next' of github.com:vueComponent/ant-design-vue into next

pull/3150/head
tangjinzhou 2020-11-08 11:03:22 +08:00
commit 76c29b6a56
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const BreadcrumbProps = {
separator: PropTypes.VNodeChild, separator: PropTypes.VNodeChild,
itemRender: { itemRender: {
type: Function as PropType< type: Function as PropType<
(route: Route, params: any, routes: Array<Route>, paths: Array<string>) => VueNode (opt: { route: Route; params: any; routes: Route[]; paths: string[] }) => VueNode
>, >,
}, },
}; };