ados-rcm 1.1.322 → 1.1.323

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,18 @@ 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;
67
79
  }
68
80
  /**
69
81
  * AComponent : ATab