ados-rcm 1.1.325 → 1.1.326

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,18 +64,6 @@ export interface IATabProps<T> {
64
64
  * Description : RightAddon of ATab
65
65
  */
66
66
  RightAddon?: React.ReactNode;
67
- /**
68
- * color? : string
69
- *
70
- * Description : color of ATab
71
- */
72
- color?: string;
73
- /**
74
- * underline? : boolean
75
- *
76
- * Description : underline of ATab
77
- */
78
- underline?: boolean;
79
67
  }
80
68
  /**
81
69
  * AComponent : ATab