@sinco/react 1.0.7-rc.2 → 1.0.7-rc.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.7-rc.2",
3
+ "version": "1.0.7-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,4 +1,3 @@
1
- declare function useDynamicColor(url: string): {
1
+ export declare const useDynamicColor: (url: string) => {
2
2
  loading: boolean;
3
3
  };
4
- export default useDynamicColor;