• The public API for rendering a history-aware <a>.

    Parameters

    • props: LinkProps & RefAttributes<HTMLAnchorElement>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
defaultProps?: Partial<LinkProps & RefAttributes<HTMLAnchorElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<LinkProps & RefAttributes<HTMLAnchorElement>>