UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 255 B
import { BreadcrumbProps } from './Breadcrumb'; export type BreadcrumbAriaAttributes = 'aria-label' | 'aria-labelledby'; export declare const MAX_VISIBLE_LINKS = 4; export declare const validateBreadcrumbProps: ({ aria, links }: BreadcrumbProps) => void;