breadcrumb.d.ts 242 Bytes
Newer Older
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;