chore: Update api report
Signed-off-by: Luca Huettner <luca.huettner@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export const CatalogEntityPage: () => JSX.Element;
|
||||
// @public (undocumented)
|
||||
export const CatalogIndexPage: (props: DefaultCatalogPageProps) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
// @public @deprecated (undocumented)
|
||||
export function CatalogKindHeader(props: CatalogKindHeaderProps): JSX.Element;
|
||||
|
||||
// @public
|
||||
|
||||
@@ -61,7 +61,7 @@ export interface CatalogKindHeaderProps {
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated
|
||||
* @deprecated Might be removed in a future release.
|
||||
*/
|
||||
export function CatalogKindHeader(props: CatalogKindHeaderProps) {
|
||||
const { initialFilter = 'component', allowedKinds } = props;
|
||||
|
||||
Reference in New Issue
Block a user