ados-rcm 1.1.237 → 1.1.238
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ADialog/ADialog.d.ts +6 -0
- package/dist/index.cjs.js +24 -24
- package/dist/index.es.js +2395 -2394
- package/package.json +1 -1
@@ -73,6 +73,12 @@ export interface IADialogProps {
|
|
73
73
|
* Description : style of the dialog
|
74
74
|
*/
|
75
75
|
style?: React.CSSProperties;
|
76
|
+
/**
|
77
|
+
* titleStyle? : React.CSSProperties
|
78
|
+
*
|
79
|
+
* Description : titleStyle of the dialog
|
80
|
+
*/
|
81
|
+
titleStyle?: React.CSSProperties;
|
76
82
|
/**
|
77
83
|
* bodyStyle? : React.CSSProperties
|
78
84
|
*
|