ados-rcm 1.1.265 → 1.1.266

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,6 +91,12 @@ export interface IADialogProps {
91
91
  * Description : contentStyle of the dialog
92
92
  */
93
93
  contentStyle?: React.CSSProperties;
94
+ /**
95
+ * buttonStyle? : React.CSSProperties
96
+ *
97
+ * Description : buttonStyle of the dialog
98
+ */
99
+ buttonStyle?: React.CSSProperties;
94
100
  /**
95
101
  * onOk : (e: IAEvent) => void;
96
102
  *