From 9bb4236205969ebe484b441f19df84725a829d12 Mon Sep 17 00:00:00 2001 From: ambulgm Date: Tue, 17 Feb 2026 00:17:21 -0800 Subject: [PATCH] chore: fix API report after rebase Signed-off-by: ambulgm --- plugins/notifications/report.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notifications/report.api.md b/plugins/notifications/report.api.md index 0ccf5698e2..8a1fd47bad 100644 --- a/plugins/notifications/report.api.md +++ b/plugins/notifications/report.api.md @@ -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)