api report

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2024-03-18 14:04:47 +01:00
parent aa66ae0a7f
commit 6f83727f82
+3
View File
@@ -39,6 +39,7 @@ export type CheckResultRenderer = {
type: string;
component: (check: CheckResult) => React_2.ReactElement;
description?: (check: CheckResult) => string | React_2.ReactElement;
isFailed?: (check: CheckResult) => boolean;
};
// @public (undocumented)
@@ -46,6 +47,7 @@ export const EntityTechInsightsScorecardCard: (props: {
title: string;
description?: string | undefined;
checksId?: string[] | undefined;
onlyFailed?: boolean | undefined;
}) => JSX_2.Element;
// @public (undocumented)
@@ -73,6 +75,7 @@ export const ScorecardInfo: (props: {
checkResults: CheckResult[];
title: string;
description?: string | undefined;
noWarning?: boolean | undefined;
}) => JSX_2.Element;
// @public (undocumented)