- NavLink(props): ReactElement<any, string | JSXElementConstructor<any>>
Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly $$typeof
$$typeof: symbol
Optional defaultProps
defaultProps?: Partial<NavLinkProps & RefAttributes<HTMLAnchorElement>> Optional displayName
displayName?: string
Optional propTypes
propTypes?: WeakValidationMap<NavLinkProps & RefAttributes<HTMLAnchorElement>>
A
<Link>wrapper that knows if it's "active" or not.