@commercetools/nimbus 0.0.8 → 0.0.9-rc1

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
@@ -2000,6 +2000,8 @@ trigger: {
2000
2000
  };
2001
2001
  }>;
2002
2002
 
2003
+ export declare function setupJsdomPolyfills(): void;
2004
+
2003
2005
  export declare const SimpleGrid: {
2004
2006
  (props: SimpleGridProps): JSX.Element;
2005
2007
  displayName: string;