Skip to content

Commit 2e9356b

Browse files
authored
Add more link styles (#91)
1 parent 8ebe234 commit 2e9356b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ export interface WidgetUpsellPromotionalBannerInformationalLinkOptions {
832832
currency: string
833833
/** Style object for customisation */
834834
style?: {
835-
text?: 'learn_more' | 'cashback'
835+
text?: 'learn_more' | 'cashback' | 'get_discounts' | 'earn_as_customer'
836836
color?: 'blue' | 'black'
837837
}
838838
}

0 commit comments

Comments
 (0)