Components
link
Code

Link

Link(props): null | ReactElement<any, string | JSXElementConstructor<any>>

Anchor component

Parameters

NameType
propsLinkProps & RefAttributes<HTMLAnchorElement>

Returns

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

Example

<Link href="https://vtex.com">Go to VTEX</Link>

Defined in

node_modules/.pnpm/@types+react@18.2.14/node_modules/@types/react/ts5.0/index.d.ts:355