Browse Source

chore: remove unused iconClassName from definition (#21378)

close #21367
pull/21391/head
偏右 5 years ago
committed by GitHub
parent
commit
831f0fcb5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/modal/Modal.tsx

1
components/modal/Modal.tsx

@ -94,7 +94,6 @@ export interface ModalFuncProps {
cancelButtonProps?: ButtonProps;
centered?: boolean;
width?: string | number;
iconClassName?: string;
okText?: React.ReactNode;
okType?: ButtonType;
cancelText?: React.ReactNode;

Loading…
Cancel
Save