breadcrumb.d.ts 243 Bytes 编辑Web IDE 1 2 3 4 5 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;