• A <Link> wrapper that knows if it's "active" or not.

    Parameters

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

Properties

$$typeof: symbol
defaultProps?: Partial<NavLinkProps & 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<NavLinkProps & RefAttributes<HTMLAnchorElement>>