ados-rcm 1.1.296 → 1.1.297
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ABase/ABase.d.ts +6 -0
- package/dist/index.cjs.js +6 -6
- package/dist/index.es.js +795 -785
- package/package.json +1 -1
@@ -22,6 +22,12 @@ export interface IABaseProps extends React.HTMLAttributes<HTMLElement> {
|
|
22
22
|
* Description : if truthy, dimming and spinner are applied.
|
23
23
|
*/
|
24
24
|
isLoading?: boolean;
|
25
|
+
/**
|
26
|
+
* isDimmed? : boolean
|
27
|
+
*
|
28
|
+
* Description : if truthy, dimming is applied.
|
29
|
+
*/
|
30
|
+
isDimmed?: boolean;
|
25
31
|
/**
|
26
32
|
* tooltip? : React.ReactNode
|
27
33
|
*
|