feat(SW-392): Added book a table link click

This commit is contained in:
Erik Tiekstra
2025-01-09 13:08:25 +01:00
parent a68f3cc8e6
commit 14e8e2254c
7 changed files with 73 additions and 19 deletions

View File

@@ -10,5 +10,6 @@ export interface LinkProps
partialMatch?: boolean
prefetch?: boolean
trackingId?: string
trackingParams?: Record<string, string>
keepSearchParams?: boolean
}