feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
@@ -9,9 +9,9 @@ export interface LoyaltyCardProps
|
||||
VariantProps<typeof loyaltyCardVariants> {
|
||||
link?: {
|
||||
href: string
|
||||
title: string
|
||||
openInNewTab?: boolean
|
||||
isExternal: boolean
|
||||
openInNewTab: boolean
|
||||
title: string
|
||||
}
|
||||
image?: ImageVaultAsset
|
||||
heading?: string | null
|
||||
|
||||
Reference in New Issue
Block a user