ados-rcm 1.1.324 → 1.1.326
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 +0 -12
- package/dist/index.cjs.js +22 -22
- package/dist/index.es.js +2354 -2359
- package/package.json +1 -1
@@ -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
|