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