Skip to content

Commit

Permalink
chore: remove unused iconClassName from definition
Browse files Browse the repository at this point in the history
close #21367
  • Loading branch information
afc163 committed Feb 14, 2020
1 parent 4db7cbc commit f454741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export interface ModalFuncProps {
cancelButtonProps?: ButtonProps;
centered?: boolean;
width?: string | number;
iconClassName?: string;
okText?: React.ReactNode;
okType?: ButtonType;
cancelText?: React.ReactNode;
Expand Down

0 comments on commit f454741

Please sign in to comment.