We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf2569 commit ba7256dCopy full SHA for ba7256d
src/IDialogPropTypes.tsx
@@ -37,9 +37,9 @@ export type IDialogPropTypes = {
37
maskTransitionName?: string;
38
animation?: any;
39
maskAnimation?: any;
40
- wrapStyle?: Record<string, any>;
41
- bodyStyle?: Record<string, any>;
42
- maskStyle?: Record<string, any>;
+ wrapStyle?: CSSProperties;
+ bodyStyle?: CSSProperties;
+ maskStyle?: CSSProperties;
43
prefixCls?: string;
44
wrapClassName?: string;
45
width?: string | number;
0 commit comments