Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingByJerez authored May 17, 2021
1 parent e6426cb commit 2795f5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2795f5e

Please sign in to comment.