UNPKG

@nuskin/react-loyalty-elements

Version:

A React based component library for reusable Nextgen Loyalty component

21 lines (20 loc) 526 B
export type RewardBannerProps = { translationConfig: { header: string; body: string; learnMore: string; loyaltyLogoBlack: string; loyaltyBanner: string; }; learnMoreConfig: { tagLine: string; cardOneDescription: string; cardOneVoucherAmount: string; cardTwoDescription: string; cardTwoVoucherAmount: string; header: string; loyaltyLogoWhite: string; loyaltyBanner: string; learnMore: string; }; };