@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 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;