mark TabClassKey as public
Signed-off-by: sandra-greenhalgh <sandra.greenhalgh@justeattakeaway.com>
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user