UNPKG

@ekko-earth/ekko-js

Version:

A framework-agnostic web SDK for displaying carbon impact.

10 lines (9 loc) 251 B
export interface IImpactPayTakeoverElementConfig { container: HTMLElement; impactPaySessionId: string; redirectUrl: string; } export interface IImpactPayEmbeddedElementConfig { container: HTMLElement; impactPaySessionId: string; }