UNPKG

@beamimpact/web-sdk

Version:

The Beam SDK enables brands to connect with their customers over shared values, not transactional discounts, to build stronger loyalty. Our integration achieves this by allowing customers to (a) choose a nonprofit where the brand will donate part of their

29 lines (26 loc) 2.25 kB
import { BeamCommunityImpact } from '../react/community-impact.js'; import { BeamCumulativeImpact } from '../react/cumulative-impact.js'; import { BeamImpactOverview } from '../react/impact-overview.js'; import { BeamSelectNonprofit } from '../react/select-nonprofit.js'; import { BeamRedeemTransaction } from '../react/redeem-transaction.js'; import { BeamPostPurchase } from '../react/post-purchase.js'; import { BeamSubscriptionManagement } from '../react/subscription-management.js'; import { BeamSelectSubscriptionNonprofit } from '../react/select-subscription-nonprofit.js'; import { BeamSubscriptionImpact } from '../react/subscription-impact.js'; import { BeamProductDetailsPage } from '../react/product-details-page.js'; import { BeamSocialShare } from '../react/social-share.js'; declare const index_BeamCommunityImpact: typeof BeamCommunityImpact; declare const index_BeamCumulativeImpact: typeof BeamCumulativeImpact; declare const index_BeamImpactOverview: typeof BeamImpactOverview; declare const index_BeamPostPurchase: typeof BeamPostPurchase; declare const index_BeamProductDetailsPage: typeof BeamProductDetailsPage; declare const index_BeamRedeemTransaction: typeof BeamRedeemTransaction; declare const index_BeamSelectNonprofit: typeof BeamSelectNonprofit; declare const index_BeamSelectSubscriptionNonprofit: typeof BeamSelectSubscriptionNonprofit; declare const index_BeamSocialShare: typeof BeamSocialShare; declare const index_BeamSubscriptionImpact: typeof BeamSubscriptionImpact; declare const index_BeamSubscriptionManagement: typeof BeamSubscriptionManagement; declare namespace index { export { index_BeamCommunityImpact as BeamCommunityImpact, index_BeamCumulativeImpact as BeamCumulativeImpact, index_BeamImpactOverview as BeamImpactOverview, index_BeamPostPurchase as BeamPostPurchase, index_BeamProductDetailsPage as BeamProductDetailsPage, index_BeamRedeemTransaction as BeamRedeemTransaction, index_BeamSelectNonprofit as BeamSelectNonprofit, index_BeamSelectSubscriptionNonprofit as BeamSelectSubscriptionNonprofit, index_BeamSocialShare as BeamSocialShare, index_BeamSubscriptionImpact as BeamSubscriptionImpact, index_BeamSubscriptionManagement as BeamSubscriptionManagement }; } export { index as i };