ados-rcm 1.1.597 → 1.1.598

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,6 +34,12 @@ export interface IATabProps<T> {
34
34
  * Description : color of unselected options in ATab
35
35
  */
36
36
  color?: string;
37
+ /**
38
+ * height? : number
39
+ *
40
+ * Description : height of ATab
41
+ */
42
+ height?: number;
37
43
  /**
38
44
  * indicatorProps? : React.HTMLProps<HTMLDivElement>
39
45
  *