chore: fix API report after rebase

Signed-off-by: ambulgm <mukul.ambulgekar@autodesk.com>
This commit is contained in:
ambulgm
2026-02-17 00:17:21 -08:00
parent 7b60d6582d
commit 9bb4236205
+1 -1
View File
@@ -165,7 +165,7 @@ export type NotificationsSideBarItemProps = {
text?: string;
disableHighlight?: boolean;
noTrack?: boolean;
renderItem?: (props: NotificationsRenderItemProps) => React_2.ReactNode;
renderItem?: (props: NotificationsRenderItemProps) => React.ReactNode;
};
// @public (undocumented)