@sinco/react 1.0.4-rc.6 → 1.0.4-rc.7

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-rc.6",
3
+ "version": "1.0.4-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -12,5 +12,4 @@ export declare enum UrlImage {
12
12
  noresult = "src/assets/images/noresult.svg",
13
13
  create = "src/assets/images/create.svg"
14
14
  }
15
- declare const EmptyState: ({ state, title, content, actions, }: EmptyStateProperties) => JSX.Element;
16
- export default EmptyState;
15
+ export declare const EmptyState: ({ state, title, content, actions, }: EmptyStateProperties) => JSX.Element;