Skip to content

Commit

Permalink
chore: remove unused iconClassName from definition (#21378)
Browse files Browse the repository at this point in the history
close #21367
  • Loading branch information
afc163 committed Feb 14, 2020
1 parent cd19fa5 commit 40718f5
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 @@ -95,7 +95,6 @@ export interface ModalFuncProps {
cancelButtonProps?: NativeButtonProps;
centered?: boolean;
width?: string | number;
iconClassName?: string;
okText?: React.ReactNode;
okType?: ButtonType;
cancelText?: React.ReactNode;
Expand Down

0 comments on commit 40718f5

Please sign in to comment.