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 a303a44 commit 5de5100Copy full SHA for 5de5100
src/IDialogPropTypes.tsx
@@ -1,7 +1,15 @@
1
import type { GetContainer } from '@rc-component/util/lib/PortalWrapper';
2
import type { CSSProperties, ReactNode, SyntheticEvent } from 'react';
3
4
-export type SemanticName = 'header' | 'body' | 'footer' | 'section' | 'title' | 'wrapper' | 'mask';
+export type SemanticName =
5
+ | 'header'
6
+ | 'body'
7
+ | 'footer'
8
+ | 'section'
9
+ | 'title'
10
+ | 'wrapper'
11
+ | 'mask'
12
+ | 'extra';
13
14
export type ModalClassNames = Partial<Record<SemanticName, string>>;
15
0 commit comments