@sinco/react 1.0.10-rc.3 → 1.0.10-rc.5

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.10-rc.3",
3
+ "version": "1.0.10-rc.5",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -8,5 +8,4 @@ export interface DrawerComponentProps {
8
8
  onClose: () => void;
9
9
  anchor?: Anchor;
10
10
  }
11
- declare const DrawerComponent: React.FC<DrawerComponentProps>;
12
- export default DrawerComponent;
11
+ export declare const DrawerComponent: React.FC<DrawerComponentProps>;