pref: fix codecov problem

This commit is contained in:
zy410419243 2018-12-02 18:11:19 +08:00 committed by 偏右
parent bcf03a83bb
commit 18b5c2fd7f

View File

@ -17,7 +17,7 @@ const ActionMap: Record<string, string> = {
hover: 'onMouseOver',
}
export default class Password extends React.Component<PasswordProps, any> {
export default class Password extends React.Component<PasswordProps, PasswordState> {
static defaultProps = {
inputPrefixCls: 'ant-input',
prefixCls: 'ant-input-password',