Skip to content

Commit 71ebcf7

Browse files
refactor: Update readme
1 parent df82d3f commit 71ebcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ theme | Object for custom themes | Theme | {} |
112112
customStyles | Object for custom styling | CustomStyleProps | {} |
113113
darkMode | Toggle to enable dark mode| boolean | false |
114114
itemsPerFetch | Number of notifications fetch per api request (have a max cap of 50) | number | 20 |
115-
cardProps | Props for customizing the card | CardProps | { hideAvatar: false, disableAutoMarkAsRead: false, hideDelete: false, deleteIcon: JSX.Element, onAvatarClick: ()=> null } |
115+
cardProps | Props for customizing the card | CardProps | { hideAvatar: false, disableAutoMarkAsRead: false, hideDelete: false, deleteIcon: JSX.Element, onAvatarClick: ()=> null, hideMediaThumbnailL: false, onMediaThumbnailClick: ()=> null} |
116116
customCard | Function for rendering custom card | (notification)=> JSX Element | null |
117117
onCardClick | Custom click handler for card | (notification)=> void | ()=>null |
118118
listEmptyComponent | Custom component for empty list | JSX Element | null |

0 commit comments

Comments
 (0)