Reference

LinkSinkProps

Configures an HtmlSink Link without browser-only event handlers or refs.

Signature

interface LinkSinkProps

Members

children?: LinkSinkChild
class?: string
className?: string
download?: string | boolean
href: string
id?: string
name?: string
prefetch?: LinkPrefetch
rel?: string
reload?: boolean
role?: string
scroll?: LinkScroll
style?: Readonly<Record<string, string | number | boolean | null | undefined>>
tabIndex?: number
target?: string
title?: string
transition?: LinkTransition