generated api reports

Signed-off-by: Piotr Piątkiewicz <piatkiewicz.piotr@gmail.com>
This commit is contained in:
Piotr Piątkiewicz
2024-02-12 11:44:29 +01:00
parent 4fb960003a
commit 01fff3ff1c
+5 -1
View File
@@ -10,7 +10,11 @@ import { Entity } from '@backstage/catalog-model';
import { JSX as JSX_2 } from 'react';
// @public (undocumented)
export const EntityLinguistCard: () => JSX_2.Element;
export const EntityLinguistCard: ({
title,
}: {
title?: string | undefined;
}) => JSX_2.Element;
// @public (undocumented)
export const isLinguistAvailable: (entity: Entity) => boolean;