UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

22 lines 837 B
import { HyperlinkProps } from '@workday/canvas-kit-react/button'; import { OverflowTooltipProps } from '@workday/canvas-kit-react/tooltip'; export interface BreadcrumbsLinkProps extends HyperlinkProps { /** * 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 breadcrumbsLinkStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, { maxWidth: string; }, never>, {}, { maxWidth: string; }, never, never>; export declare const BreadcrumbsLink: import("@workday/canvas-kit-react/common").ElementComponent<"a", BreadcrumbsLinkProps>; //# sourceMappingURL=BreadcrumbsLink.d.ts.map