@basis-theory/basis-theory-elements-interfaces
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -5,2 +5,3 @@ import type { ElementEventListener, EventType, Subscription } from './events'; | ||
interface BaseElement<UpdateOptions> { | ||
readonly mounted: boolean; | ||
mount(selector: string): Promise<void>; | ||
@@ -7,0 +8,0 @@ update(options: UpdateOptions): Promise<void>; |
{ | ||
"name": "@basis-theory/basis-theory-elements-interfaces", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-elements-interfaces", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
54709
1056