@wix/headless-stores 0.0.7 → 0.0.8

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.
@@ -54,4 +54,4 @@ export interface BuyNowProps {
54
54
  * </BuyNow>
55
55
  * ```
56
56
  */
57
- export declare function BuyNow(props: BuyNowProps): import("react").ReactNode;
57
+ export declare function BuyNow(props: BuyNowProps): React.ReactNode;
@@ -40,4 +40,4 @@ export interface PayNowProps {
40
40
  * </PayNow>
41
41
  * ```
42
42
  */
43
- export declare function PayNow(props: PayNowProps): import("react").ReactNode;
43
+ export declare function PayNow(props: PayNowProps): React.ReactNode;
@@ -54,4 +54,4 @@ export interface BuyNowProps {
54
54
  * </BuyNow>
55
55
  * ```
56
56
  */
57
- export declare function BuyNow(props: BuyNowProps): import("react").ReactNode;
57
+ export declare function BuyNow(props: BuyNowProps): React.ReactNode;
@@ -40,4 +40,4 @@ export interface PayNowProps {
40
40
  * </PayNow>
41
41
  * ```
42
42
  */
43
- export declare function PayNow(props: PayNowProps): import("react").ReactNode;
43
+ export declare function PayNow(props: PayNowProps): React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/headless-stores",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "npm run build:esm && npm run build:cjs",