diff --git a/README.md b/README.md index 3ab5ef6..7e16fcc 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,15 @@ type IConfig = { }; ``` +### For Close popup +```ts +// For Dialog Box +Dialog.hide(); + +// For Toast Notification +Toast.hide(); +``` + ## Author Rodolphe Jerez | [https://codingbyjerez.com](https://codingbyjerez.com)