@hhgtech/hhg-components
Version:
Hello Health Group common components
6 lines (5 loc) • 517 B
TypeScript
import React from 'react';
import { TFreebieLuckyGiftItemProps, TFreebieFreeSampleItemProps } from "./FreebieCard.types";
declare const FreebieLuckyGiftItem: ({ isHostedByClient, locale, data: { image, name, desc, prize_value, prize_unit, cta_button, winning_slot, }, }: TFreebieLuckyGiftItemProps) => React.JSX.Element;
declare const FreebieFreeSampleItem: ({ data: { image, name, desc, cta_button }, }: TFreebieFreeSampleItemProps) => React.JSX.Element;
export { FreebieLuckyGiftItem, FreebieFreeSampleItem };