ados-rcm 1.1.265 → 1.1.267

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
+ * buttonClassName? : string
96
+ *
97
+ * Description : buttonClassName of the dialog
98
+ */
99
+ buttonClassName?: string;
94
100
  /**
95
101
  * onOk : (e: IAEvent) => void;
96
102
  *