mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
pref: fix codecov problem
This commit is contained in:
parent
bcf03a83bb
commit
18b5c2fd7f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user