From c23f526a8e37d53a00a0d7e73158ba5486bf38d6 Mon Sep 17 00:00:00 2001 From: Nicolas Torres Date: Thu, 22 Jul 2021 19:35:49 +0200 Subject: [PATCH] Adds api-report Signed-off-by: Nicolas Torres --- plugins/catalog/api-report.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/catalog/api-report.md b/plugins/catalog/api-report.md index a416e70038..9deda407d7 100644 --- a/plugins/catalog/api-report.md +++ b/plugins/catalog/api-report.md @@ -327,6 +327,11 @@ export const EntityPageLayout: { }) => null; }; +// Warning: (ae-missing-release-tag) "EntityProcessErrors" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public +export const EntityProcessErrors: () => JSX.Element; + // Warning: (ae-missing-release-tag) "EntitySwitch" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) @@ -358,6 +363,11 @@ export const FilteredEntityLayout: ({ children, }: PropsWithChildren<{}>) => JSX.Element; +// Warning: (ae-missing-release-tag) "hasErrors" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const hasErrors: (entity: Entity) => boolean; + // Warning: (ae-missing-release-tag) "isComponentType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)