@trussworks/react-uswds
Version:
React USWDS 3 component library
6 lines (5 loc) • 393 B
TypeScript
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;