UNPKG

@ekko-earth/ekko-js

Version:

A framework-agnostic web SDK for displaying carbon impact.

3 lines (2 loc) 229 B
import { IImpactPayElementConfig } from "../types/impactpay-element-config"; export declare function createImpactPayPageTakeover(clientSecret: string, mode: string, config: IImpactPayElementConfig, locale?: string): HTMLElement;