@dcl/playground-assets 7.19.0 → 7.19.1-21526551025.commit-799f37f

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/alpha.d.ts CHANGED
@@ -7220,7 +7220,7 @@ export declare namespace ReactEcs {
7220
7220
  export type EffectHook = (effect: EffectCallback, deps?: DependencyList) => void;
7221
7221
  const useEffect: EffectHook;
7222
7222
  const useState: StateHook;
7223
- {};
7223
+ export {};
7224
7224
  }
7225
7225
 
7226
7226
  /**
package/dist/beta.d.ts CHANGED
@@ -7192,7 +7192,7 @@ export declare namespace ReactEcs {
7192
7192
  export type EffectHook = (effect: EffectCallback, deps?: DependencyList) => void;
7193
7193
  const useEffect: EffectHook;
7194
7194
  const useState: StateHook;
7195
- {};
7195
+ export {};
7196
7196
  }
7197
7197
 
7198
7198
  /**
@@ -7192,7 +7192,7 @@ export declare namespace ReactEcs {
7192
7192
  export type EffectHook = (effect: EffectCallback, deps?: DependencyList) => void;
7193
7193
  const useEffect: EffectHook;
7194
7194
  const useState: StateHook;
7195
- {};
7195
+ export {};
7196
7196
  }
7197
7197
 
7198
7198
  /**