@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
16 lines (14 loc) • 388 B
TypeScript
import * as lit from 'lit';
import { LitElement } from 'lit';
import * as lit_html from 'lit-html';
declare class BeamProgressBar extends LitElement {
value: number;
animateProgress: boolean;
render(): lit_html.TemplateResult<1>;
static styles: lit.CSSResult;
}
declare global {
interface HTMLElementTagNameMap {
"beam-progress-bar": BeamProgressBar;
}
}