Yuki Takei 2 سال پیش
والد
کامیت
555bc083e8
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      apps/app/src/interfaces/ui.ts

+ 0 - 1
apps/app/src/interfaces/ui.ts

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