@commercetools/nimbus 0.0.5-rc1 → 0.0.5-rc4

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
@@ -1429,8 +1429,6 @@ export declare function useColorMode(): {
1429
1429
 
1430
1430
  export declare function useColorModeValue<T>(light: T, dark: T): T;
1431
1431
 
1432
- export declare function useColorScheme(): string;
1433
-
1434
1432
  export { useCopyToClipboard }
1435
1433
 
1436
1434
  export { useHotkeys }