UNPKG

@51yzone/pc-components

Version:

An enterprise-class UI design language and React-based implementation

18 lines (17 loc) 447 B
/** * 关键字:登录-验证密码 * 新增人:徐友万 * 完善中 */ import React from 'react'; import { SizeType } from 'antd/lib/config-provider/SizeContext'; export declare const pwdConfirmEffects: () => void; interface IProps { prefixIconVisible?: boolean; labelVisible?: boolean; labelText?: string; size?: SizeType; prefixCls?: string; } declare const PwdConfirm: React.FC<IProps>; export default PwdConfirm;