ados-rcm 1.1.269 → 1.1.271

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,6 +97,12 @@ export interface IADialogProps {
97
97
  * Description : buttonStyle of the dialog
98
98
  */
99
99
  buttonStyle?: React.CSSProperties;
100
+ /**
101
+ * actionStyle? : React.CSSProperties
102
+ *
103
+ * Description : actionStyle of the dialog
104
+ */
105
+ actionStyle?: React.CSSProperties;
100
106
  /**
101
107
  * onOk : (e: IAEvent) => void;
102
108
  *