Skip to content

Commit

Permalink
fix tsd
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 14, 2020
1 parent 1fcd68c commit 043e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/ActionButton.tsx
Expand Up @@ -7,7 +7,7 @@ export interface ActionButtonProps {
actionFn?: (...args: any[]) => any | PromiseLike<any>;
closeModal: Function;
autoFocus?: boolean;
prefixCls?: string;
prefixCls: string;
buttonProps?: ButtonProps;
}

Expand Down

0 comments on commit 043e12a

Please sign in to comment.