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