Reference
AppRouteLinkHrefSuffix
Represents the search and hash suffix portion of a typed route href.
Signature
type AppRouteLinkHrefSuffix = "" | `?${string}` | `#${string}` | `?${string}#${string}`Reference
Represents the search and hash suffix portion of a typed route href.
type AppRouteLinkHrefSuffix = "" | `?${string}` | `#${string}` | `?${string}#${string}`