UNPKG

@blueprintjs/core

Version:
7 lines (6 loc) 260 B
/// <reference types="react" /> import * as React from "react"; import { IActionProps, ILinkProps } from "../../common/props"; export interface IBreadcrumbProps extends IActionProps, ILinkProps { } export declare const Breadcrumb: React.SFC<IBreadcrumbProps>;