Repository URL to install this package:
|
Version:
0.14.1 ▾
|
// be careful please...
// import { DefaultProps } from '../typings
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