Documents / @faasjs/ant-design / Link
Function: Link()
Link(
props
):Element
Link component with button
Parameters
• props: LinkProps
Returns
Element
Example
// pure link
<Link href="/">Home</Link>
// link with button
<Link href="/" button={{ type:'primary' }}>Home</Link>