@sinco/react 1.0.2-rc.15 → 1.0.2-rc.17

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.2-rc.15",
3
+ "version": "1.0.2-rc.17",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
package/src/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './lib/Theme';
2
2
  export { default as ToastNotification } from './lib/toastNotification/ToastNotification';
3
3
  export * from './lib/toastNotification/ToastNotification';
4
+ export * from './lib/toastNotification/interfaces';
@@ -1,2 +0,0 @@
1
- export { default as ToastNotification } from './ToastNotification';
2
- export * from './ToastNotification';