mark TabClassKey as public

Signed-off-by: sandra-greenhalgh <sandra.greenhalgh@justeattakeaway.com>
This commit is contained in:
sandra-greenhalgh
2022-04-01 14:26:01 +01:00
parent 6db6f26548
commit 9e78aeb72f
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -1286,8 +1286,6 @@ 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';
@@ -37,6 +37,7 @@ const tabMarginLeft = (isFirstNav: boolean, isFirstIndex: boolean) => {
return '40px';
};
/** @public */
export type TabClassKey = 'root' | 'selected';
const useStyles = makeStyles<BackstageTheme, StyledTabProps>(