@sinco/react 1.0.4 → 1.0.5-rc.1

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.4",
3
+ "version": "1.0.5-rc.1",
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>;
@@ -21,5 +21,4 @@ export interface ColorMap {
21
21
  export interface position {
22
22
  [key: string]: "center" | "end" | "start";
23
23
  }
24
- declare const ToastNotification: (toast: Toast) => JSX.Element;
25
- export default ToastNotification;
24
+ export declare const ToastNotification: (toast: Toast) => JSX.Element;
@@ -11,5 +11,5 @@ export interface Pageheader {
11
11
  actions?: React.ReactNode;
12
12
  tabs?: React.ReactNode;
13
13
  }
14
- declare const PageHeader: (page: Pageheader) => JSX.Element;
15
- export default PageHeader;
14
+ export declare const PageHeader: (page: Pageheader) => JSX.Element;
15
+ export {};