From 6db6f2654822fe939d3bf2576cc7d1bb18715423 Mon Sep 17 00:00:00 2001 From: sandra-greenhalgh Date: Fri, 1 Apr 2022 13:07:12 +0100 Subject: [PATCH] update core-components/api-reports.md Signed-off-by: sandra-greenhalgh --- packages/core-components/api-report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index 2058fe2122..0023ba1567 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -1286,6 +1286,11 @@ export namespace TabbedLayout { Route: (props: SubRoute) => null; } +// Warning: (ae-missing-release-tag) "TabClassKey" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export type TabClassKey = 'root' | 'selected'; + // Warning: (ae-missing-release-tag) "TabIconClassKey" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)