@ctlyst.id/internal-ui 3.1.13 → 3.1.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4745,7 +4745,8 @@ var useToast = () => {
|
|
4745
4745
|
...restOptions,
|
4746
4746
|
style: { backgroundColor: style == null ? void 0 : style.backgroundColor, color: style == null ? void 0 : style.color }
|
4747
4747
|
});
|
4748
|
-
}
|
4748
|
+
},
|
4749
|
+
dismiss: (id) => toast.dismiss(id)
|
4749
4750
|
};
|
4750
4751
|
};
|
4751
4752
|
|