@micro-router
Preparing search index...
@micro-router/react
LinkBaseProps
Type Alias LinkBaseProps<P>
LinkBaseProps
:
PropsWithChildren
<
{
ref
?:
RefObject
<
HTMLAnchorElement
>
;
to
:
P
}
&
Pick
<
AnchorHTMLAttributes
<
unknown
>
,
"className"
|
"tabIndex"
,
>
&
AriaAttributes
&
{
[
key
:
`
data-
${
string
}
`
]:
string
|
number
|
boolean
|
undefined
;
}
,
>
Type Parameters
P
extends
Path
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@micro-router
Loading...