committed by
陈帅
3 changed files with 7 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
import * as React from 'react'; |
|||
import { IPageHeaderProps } from './index' |
|||
|
|||
export default class BreadcrumbView extends React.Component<IPageHeaderProps, any> {} |
|||
|
|||
export function getBreadcrumb(breadcrumbNameMap: Object, url: string): Object; |
|||
Loading…
Reference in new issue