Skip to content

Commit 5de5100

Browse files
committed
feat: 增加extra
1 parent a303a44 commit 5de5100

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/IDialogPropTypes.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
import type { GetContainer } from '@rc-component/util/lib/PortalWrapper';
22
import type { CSSProperties, ReactNode, SyntheticEvent } from 'react';
33

4-
export type SemanticName = 'header' | 'body' | 'footer' | 'section' | 'title' | 'wrapper' | 'mask';
4+
export type SemanticName =
5+
| 'header'
6+
| 'body'
7+
| 'footer'
8+
| 'section'
9+
| 'title'
10+
| 'wrapper'
11+
| 'mask'
12+
| 'extra';
513

614
export type ModalClassNames = Partial<Record<SemanticName, string>>;
715

0 commit comments

Comments
 (0)