Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"PasswordInput": {
"props": {
"defaultVisible": {
"type": "boolean",
"description": "The default visibility state of the password input.",
"defaultValue": "false"
},
"visible": {
"type": "boolean",
"description": "The controlled visibility state of the password input."
},
"onVisibleChange": {
"type": "(visible: boolean) => void",
"description": "Callback invoked when the visibility state changes."
},
"visibilityIcon": {
"type": "{ on: React.ReactNode; off: React.ReactNode }",
"description": "Custom icons for the visibility toggle button."
}
}
}
}