@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
30 lines (27 loc) • 1.07 kB
TypeScript
import * as lit from 'lit';
import { LitElement } from 'lit';
import * as lit_html from 'lit-html';
import { T as TUrl } from '../chunks/types-DfRc36jU.esm.js';
declare class BeamPartnerLogos extends LitElement {
partnerLogoUrl: TUrl;
beamLogoUrl: TUrl;
partnerName: string;
render(): lit_html.TemplateResult<1>;
static styles: lit.CSSResult;
}
declare const partnerLogosConfigDefaults: {
readonly "--beam-PartnerLogos-partnerLogo-height": "32px";
readonly "--beam-PartnerLogos-partnerLogo-bottom": "0px";
readonly "--beam-PartnerLogos-divider-color": "lightgray";
readonly "--beam-PartnerLogos-divider-marginRight": "20px";
readonly "--beam-PartnerLogos-divider-marginLeft": "20px";
readonly "--beam-PartnerLogos-divider-height": "40px";
readonly "--beam-PartnerLogos-beamLogo-height": "32px";
readonly "--beam-PartnerLogos-beamLogo-bottom": "5px";
};
declare global {
interface HTMLElementTagNameMap {
"beam-partner-logos": BeamPartnerLogos;
}
}
export { BeamPartnerLogos, partnerLogosConfigDefaults };