UNPKG
@ekko-earth/ekko-js
Version:
beta (2.1.0-beta.1)
latest (2.0.3)
2.1.0-beta.1
2.0.3
2.0.2
2.0.1
2.0.0
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A framework-agnostic web SDK for displaying carbon impact.
@ekko-earth/ekko-js
/
dist
/
helpers
/
create-impactpay-page.d.ts
3 lines
(2 loc)
•
229 B
TypeScript
View Raw
1
2
3
import
{
IImpactPayElementConfig
}
from
"../types/impactpay-element-config"
;
export
declare
function
createImpactPayPageTakeover
(
clientSecret
:
string
,
mode
:
string
,
config
:
IImpactPayElementConfig
,
locale
?:
string
):
HTMLElement
;