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 f3bc14f commit e5f9ef1Copy full SHA for e5f9ef1
src/IDialogPropTypes.tsx
@@ -1,13 +1,12 @@
1
import type { GetContainer } from 'rc-util/lib/PortalWrapper';
2
import type { CSSProperties, ReactNode, SyntheticEvent } from 'react';
3
4
-
5
export interface ModalClassNames {
6
- header: string;
7
- body: string;
8
- footer: string;
9
- mask: string;
10
- wrapper: string;
+ header?: string;
+ body?: string;
+ footer?: string;
+ mask?: string;
+ wrapper?: string;
11
}
12
13
export type IDialogPropTypes = {
0 commit comments