Skip to content

Commit

Permalink
Update prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj committed Oct 18, 2023
1 parent ccc2cea commit 394cd16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface NotificationDrawerListItemProps extends React.HTMLProps<HTMLLIE
isRead?: boolean;
/** Callback for when a list item is clicked */
onClick?: (event: any) => void;
/** Read state screen reader text */
/** Visually hidden text that conveys the current read state of the notification list item */
readStateScreenReaderText?: string;
/** Tab index for the list item */
tabIndex?: number;
Expand Down

0 comments on commit 394cd16

Please sign in to comment.