fix(SW-997): add scrollOnClick to Card link

This commit is contained in:
Matilda Landström
2024-12-11 14:10:06 +01:00
parent 53c33fef13
commit 21807cfca3
5 changed files with 8 additions and 0 deletions
+2
View File
@@ -12,12 +12,14 @@ export interface CardProps
title: string
openInNewTab?: boolean
isExternal?: boolean
scrollOnClick?: boolean
} | null
secondaryButton?: {
href: string
title: string
openInNewTab?: boolean
isExternal?: boolean
scrollOnClick?: boolean
} | null
scriptedTopTitle?: string | null
heading?: string | null