breadcrumb.d.ts 243 Bytes
Newer Older
sin's avatar
sin committed
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;