UNPKG

@ekko-earth/ekko-js

Version:

A framework-agnostic web SDK for displaying carbon impact.

7 lines (6 loc) 249 B
import { BaseImpactPayElement } from "./base-impactpay"; export declare class ImpactPayPageEmbedded extends BaseImpactPayElement { protected get elementName(): string; protected get iframePath(): string; protected applyStyles(): void; }