fix(SW-997): add scrollOnClick to Card link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user