Skip to content

Commit

Permalink
* update types description for the PR#258
Browse files Browse the repository at this point in the history
  • Loading branch information
PdoubleU committed Apr 4, 2024
1 parent 1893815 commit 59e0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ params: {
### `ModalNotificationProvider`

```tsx
ModalNotificationProvider: React.FC<{ notificationTopPosition?: number }>
ModalNotificationsProvider: React.FC<React.PropsWithChildren<{ notificationTopPosition?: number }>>
```

---

0 comments on commit 59e0866

Please sign in to comment.