UNPKG

@trussworks/react-uswds

Version:
6 lines (5 loc) 393 B
import { JSX } from 'react'; import { CustomLinkProps, DefaultLinkProps } from '../../Link/Link'; export type { DefaultLinkProps as DefaultBreadcrumbLinkProps, CustomLinkProps as CustomBreadcrumbLinkProps, } from '../../Link/Link'; export declare function BreadcrumbLink(props: DefaultLinkProps): JSX.Element; export declare function BreadcrumbLink<T>(props: CustomLinkProps<T>): JSX.Element;