|
|
@ -95,7 +95,6 @@ export interface ModalFuncProps {
|
|
|
|
cancelButtonProps?: NativeButtonProps;
|
|
|
|
cancelButtonProps?: NativeButtonProps;
|
|
|
|
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;
|
|
|
|