- Link(props): ReactElement<any, string | JSXElementConstructor<any>>
Parameters
- props: LinkProps & RefAttributes<HTMLAnchorElement>
Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly $$typeof
$$typeof: symbol
Optional defaultProps
defaultProps?: Partial<LinkProps & RefAttributes<HTMLAnchorElement>> Optional displayName
displayName?: string
Optional propTypes
propTypes?: WeakValidationMap<LinkProps & RefAttributes<HTMLAnchorElement>>
The public API for rendering a history-aware
<a>.