@wscsports/blaze-web-sdk 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/index.d.ts +1 -0
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -1816,6 +1816,7 @@ export declare class BlazeWidgetStoryModal extends BlazeWidgetModal {
|
|
|
1816
1816
|
private handlePan;
|
|
1817
1817
|
private handleDoubleTap;
|
|
1818
1818
|
private setupHammer;
|
|
1819
|
+
handlePinchOut(ev: HammerInput): void;
|
|
1819
1820
|
private cleanupHammer;
|
|
1820
1821
|
render(): void;
|
|
1821
1822
|
}
|