UNPKG

infinity-forge

Version:
6 lines (5 loc) 270 B
import React from 'react'; import { InputProps } from '../interfaces.js'; export declare function InputPassword(props: { onClickEye?: (setShowPassword: React.Dispatch<React.SetStateAction<boolean>>) => void; } & InputProps): import("react/jsx-runtime").JSX.Element;