fix: support for tracking link clicks

This commit is contained in:
Christel Westerberg
2024-07-12 09:59:39 +02:00
parent 546679387f
commit edb6005a72
8 changed files with 107 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ export interface LinkProps
scroll?: boolean
partialMatch?: boolean
prefetch?: boolean
trackingId?: string
}