RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@sunrise-upc/mobile-prod-card
Versions diffs
1.0.26-beta.1 → 1.0.26
@sunrise-upc/mobile-prod-card 1.0.26-beta.1 → 1.0.26
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/cjs/components/StickyProductAnchor/StickyProductAnchor.d.ts
+1
-1
package/dist/cjs/index.js
+1
-1
package/dist/esm/components/StickyProductAnchor/StickyProductAnchor.d.ts
+1
-1
package/dist/esm/index.js
+1
-1
package/dist/index.d.ts
+1
-1
package/package.json
+2
-2
package/dist/cjs/components/StickyProductAnchor/StickyProductAnchor.d.ts
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
1
/// <reference types="react" />
2
-
declare const StickyProductAnchor: ({ content, offerData }: any) => JSX.Element;
2
+
declare const StickyProductAnchor: ({ content, offerData
,
lineCheckCallBack
}: any) => JSX.Element;
3
3
export default StickyProductAnchor;
1
2
3
4
5
Next ›
Last »