- Link(props): ReactNode
Parameters
- props: LinkProps & RefAttributes<HTMLAnchorElement>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial<LinkProps & RefAttributes<HTMLAnchorElement>> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap<LinkProps & RefAttributes<HTMLAnchorElement>>
A progressively enhanced
<a href>wrapper to enable navigation with client-side routing.