@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
33 lines (29 loc) • 2.36 kB
TypeScript
import { BeamCommunityImpact } from '../components/community-impact.js';
import { BeamCumulativeImpact } from '../components/cumulative-impact.js';
import { BeamImpactOverview } from '../components/impact-overview.js';
import { BeamSelectNonprofit } from '../components/select-nonprofit.js';
import { BeamRedeemTransaction } from '../components/redeem-transaction.js';
import { BeamPostPurchase } from '../components/post-purchase.js';
import { BeamSubscriptionManagement } from '../components/subscription-management.js';
import { BeamSubscriptionImpact } from '../components/subscription-impact.js';
import { BeamProductDetailsPage } from '../components/product-details-page.js';
import { BeamSelectSubscriptionNonprofit } from '../components/select-subscription-nonprofit.js';
import { BeamSocialShare } from '../components/social-share.js';
/**
* This file is used to provide type definitions
*/
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 };