From 4069e3546ce84bc21d5ac84dbd67120533fa1a57 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sun, 26 Sep 2021 10:59:23 -0500 Subject: [PATCH] Updated API Report Signed-off-by: Andre Wanlin --- plugins/techdocs/api-report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/techdocs/api-report.md b/plugins/techdocs/api-report.md index 082dfc1db4..087cdf803a 100644 --- a/plugins/techdocs/api-report.md +++ b/plugins/techdocs/api-report.md @@ -167,6 +167,11 @@ export const EntityTechdocsContent: (_props: { entity?: Entity | undefined; }) => JSX.Element; +// Warning: (ae-missing-release-tag) "isTechDocsAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const isTechDocsAvailable: (entity: Entity) => boolean; + // Warning: (ae-missing-release-tag) "PanelType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)