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 DefaultIdentifierLinkProps, CustomLinkProps as CustomIdentifierLinkProps, } from '../../Link/Link'; export declare function IdentifierLink(props: DefaultLinkProps): JSX.Element; export declare function IdentifierLink<T>(props: CustomLinkProps<T>): JSX.Element;