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)