shorten comments

Signed-off-by: ambulgm <mukul.ambulgekar@autodesk.com>
This commit is contained in:
ambulgm
2025-12-11 14:29:37 -08:00
parent 8005286f9a
commit fd3957c143
@@ -134,8 +134,6 @@ export type NotificationsSideBarItemProps = {
noTrack?: boolean;
/**
* Optional render function to provide custom UI instead of the default SidebarItem.
* When provided, allows placing the notification indicator anywhere (e.g., header).
* The default SidebarItem will not be rendered when this prop is used.
*/
renderItem?: (props: NotificationsRenderItemProps) => React.ReactNode;
};