@sinco/react 1.1.2-rc.65 → 1.1.2-rc.66

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.1.2-rc.65",
3
+ "version": "1.1.2-rc.66",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -4,5 +4,5 @@ interface IconProps {
4
4
  iconName?: string;
5
5
  size?: Size;
6
6
  }
7
- declare const Icon: React.FC<IconProps>;
8
- export default Icon;
7
+ declare const Icons: React.FC<IconProps>;
8
+ export default Icons;