@sinco/react 1.0.2-rc.10 → 1.0.2-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.css +0 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +2 -1
package/index.css
CHANGED
package/index.js
CHANGED
|
@@ -12755,4 +12755,4 @@ const ToastNotification = toast => {
|
|
|
12755
12755
|
}))));
|
|
12756
12756
|
};
|
|
12757
12757
|
|
|
12758
|
-
export { SincoTheme, ToastNotification };
|
|
12758
|
+
export { SincoTheme, ToastNotification as default };
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export * from './lib/Theme';
|
|
2
|
-
export { default
|
|
2
|
+
export { default } from './lib/components/toastNotification/ToastNotification';
|
|
3
|
+
export * from './lib/components/toastNotification/ToastNotification';
|
|
3
4
|
export * from './lib/components/toastNotification/interfaces';
|