ados-rcm 1.1.117 → 1.1.118
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 +6 -0
- package/dist/index.cjs.js +14 -14
- package/dist/index.es.js +669 -664
- package/package.json +1 -1
@@ -53,6 +53,12 @@ export interface IATabProps<T> {
|
|
53
53
|
* Description : OptionRenderer of ATab
|
54
54
|
*/
|
55
55
|
OptionRenderer?: (props: IATabOptionRendererProps<T>) => React.ReactNode;
|
56
|
+
/**
|
57
|
+
* RightAddon? : React.ReactNode
|
58
|
+
*
|
59
|
+
* Description : RightAddon of ATab
|
60
|
+
*/
|
61
|
+
RightAddon?: React.ReactNode;
|
56
62
|
}
|
57
63
|
/**
|
58
64
|
* AComponent : ATab
|