7 lines
243 B
TypeScript
Raw Normal View History

2019-02-27 11:06:55 +08:00
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;