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.
@@ -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
  *