chore: update api reports

Signed-off-by: ambulgm <mukul.ambulgekar@autodesk.com>
This commit is contained in:
ambulgm
2025-12-11 15:25:04 -08:00
parent fd3957c143
commit 759e103bdc
+8
View File
@@ -141,6 +141,13 @@ export const notificationsPlugin: BackstagePlugin<
{}
>;
// @public
export type NotificationsRenderItemProps = {
unreadCount: number;
to: string;
onClick: () => void;
};
// @public (undocumented)
export const NotificationsSidebarItem: (
props?: NotificationsSideBarItemProps,
@@ -158,6 +165,7 @@ export type NotificationsSideBarItemProps = {
text?: string;
disableHighlight?: boolean;
noTrack?: boolean;
renderItem?: (props: NotificationsRenderItemProps) => React_2.ReactNode;
};
// @public (undocumented)