ados-rcm 1.1.322 → 1.1.324
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATab/ATab.d.ts +12 -0
- package/dist/index.cjs.js +22 -22
- package/dist/index.es.js +2358 -2353
- package/package.json +1 -1
@@ -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
|