Type Alias KlarnaPlacement
KlarnaPlacement: { htmlElement: HTMLElement | undefined; id: string | undefined; mount(container: string): KlarnaPlacement; unmount(): KlarnaPlacement;} Type declaration
htmlElement: HTMLElement | undefined
id: string | undefined
mount:function
unmount:function
The actual custom element rendered in the DOM