偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
components/modal/Modal.tsx
|
@ -94,7 +94,6 @@ export interface ModalFuncProps { |
|
|
cancelButtonProps?: ButtonProps; |
|
|
cancelButtonProps?: ButtonProps; |
|
|
centered?: boolean; |
|
|
centered?: boolean; |
|
|
width?: string | number; |
|
|
width?: string | number; |
|
|
iconClassName?: string; |
|
|
|
|
|
okText?: React.ReactNode; |
|
|
okText?: React.ReactNode; |
|
|
okType?: ButtonType; |
|
|
okType?: ButtonType; |
|
|
cancelText?: React.ReactNode; |
|
|
cancelText?: React.ReactNode; |
|
|