@@ -24,7 +24,6 @@ export type ICustomTabContent = {
Content?: () => JSX.Element,
i18n?: string,
Icon?: () => JSX.Element,
- roundClass?: string,
isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
};