Browse Source

clean code

Yuki Takei 2 years ago
parent
commit
555bc083e8
1 changed files with 0 additions and 1 deletions
  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,
   Content?: () => JSX.Element,
   i18n?: string,
   i18n?: string,
   Icon?: () => JSX.Element,
   Icon?: () => JSX.Element,
-  roundClass?: string,
   isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
   isLinkEnabled?: boolean | ((content: ICustomTabContent) => boolean),
 };
 };