toastjs-tiny
v1.1.3
Published
[](https://badge.fury.io/js/toastjs-tiny) [](https://www.npmjs.com/package/toastjs-tiny) [ => {};
canClose?: boolean;
showProgress?: boolean;
pauseOnHover?: boolean;
pauseOnFocusLoss?: boolean;
type?: 'success' | 'error';
}
new ToastjsTiny(options: IToast);
new ToastjsTiny({
text: 'Update new password is successfullyUpdate new password is successfullyUpdate new password is successfullyUpdate new password is successfully',
type: 'error',
});
