@sprig-technologies/sprig-browser 2.22.0 → 2.22.2

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/dist/index.d.ts CHANGED
@@ -950,6 +950,7 @@ declare global {
950
950
  _Sprig?: sprigConfig.WindowSprig;
951
951
  Sprig: sprigConfig.WindowSprig;
952
952
  UserLeap: sprigConfig.WindowSprig;
953
+ sprigAPI?: object;
953
954
  }
954
955
 
955
956
  type WindowSprig = sprigConfig.WindowSprig;