Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import { DefaultProps } from '../typings'
// extending interface from Label component
interface PasswordIconProps extends DefaultProps {
/**
* To show the password to user
*/
passwordVisible?: boolean
}
export { PasswordIconProps, DefaultProps }
export default PasswordIconProps