UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

17 lines 592 B
import React from 'react'; import { OverflowTooltipProps } from '@workday/canvas-kit-react/tooltip'; export interface BreadcrumbsLinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> { /** * The href url of the anchor tag */ href: string; /** * The max-width of the link text * * @default 350px */ maxWidth?: number; tooltipProps?: OverflowTooltipProps | {}; } export declare const BreadcrumbsLink: import("@workday/canvas-kit-react/common").ElementComponent<"a", BreadcrumbsLinkProps>; //# sourceMappingURL=BreadcrumbsLink.d.ts.map