Fixed export and API Report
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user