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)