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.
- package/dist/AModule/AComponents/ADialog/ADialog.d.ts +6 -0
- package/dist/index.cjs.js +22 -22
- package/dist/index.es.js +1855 -1841
- package/package.json +1 -1
@@ -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
|
*
|