Skip to content
Type Route
Search
K
Main Navigation
Documentation
Playground ↗
GitHub
GitHub
Menu
Return to top
On this page
Table of Contents for current page
Link
#
This is the type of
route.link
.
ts
type
Link
=
{
href
:
string
;
onClick
:
OnClickHandler
;
};