@sinco/react 1.0.15-rc.2 → 1.0.15-rc.4

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.15-rc.2",
3
+ "version": "1.0.15-rc.4",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const Main: () => JSX.Element;
3
+ export default Main;
@@ -1,3 +1,4 @@
1
+ export * from './Main';
1
2
  export * from './EmptyState';
2
3
  export * from './Drawer';
3
4
  export * from './FooterAction';