diff --git a/plugins/catalog/api-report.md b/plugins/catalog/api-report.md index 97a36ad020..f95b7b1682 100644 --- a/plugins/catalog/api-report.md +++ b/plugins/catalog/api-report.md @@ -104,12 +104,6 @@ export const catalogPlugin: BackstagePlugin< } >; -// @public @deprecated (undocumented) -export const CatalogResultListItem: typeof CatalogSearchResultListItem; - -// @public @deprecated (undocumented) -export type CatalogResultListItemProps = CatalogSearchResultListItemProps; - // @public (undocumented) export function CatalogSearchResultListItem( props: CatalogSearchResultListItemProps,