Fixed export and API Report

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-09-10 15:41:56 -05:00
parent 76f34a8fe3
commit bc03a575da
2 changed files with 7 additions and 4 deletions
+6 -4
View File
@@ -134,6 +134,12 @@ export const CatalogSearchResultListItem: (
props: SearchResultListItemExtensionProps<CatalogSearchResultListItemProps>,
) => JSX.Element | null;
// @public (undocumented)
export type CatalogSearchResultListItemClassKey =
| 'item'
| 'flexContainer'
| 'itemText';
// @public
export interface CatalogSearchResultListItemProps {
// (undocumented)
@@ -662,8 +668,4 @@ export type SystemDiagramCardClassKey =
| 'componentNode'
| 'apiNode'
| 'resourceNode';
// Warnings were encountered during analysis:
//
// src/overridableComponents.d.ts:14:5 - (ae-forgotten-export) The symbol "CatalogSearchResultListItemClassKey" needs to be exported by the entry point index.d.ts
```
+1
View File
@@ -38,6 +38,7 @@ export * from './components/EntitySwitch';
export * from './components/FilteredEntityLayout';
export * from './overridableComponents';
export * from './components/EntityLabelsCard';
export * from './components/CatalogSearchResultListItem';
export {
CatalogEntityPage,
CatalogIndexPage,