UNPKG

@yamada-ui/password-input

Version:

Yamada UI password input component

16 lines (13 loc) 559 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps, FC } from '@yamada-ui/core'; import { IconProps } from '@yamada-ui/icon'; interface PasswordInputIconProps extends HTMLUIProps { } declare const PasswordInputIcon: _yamada_ui_core.Component<"div", PasswordInputIconProps>; interface EyeIconProps extends IconProps { } declare const EyeIcon: FC<EyeIconProps>; interface EyeOffIconProps extends IconProps { } declare const EyeOffIcon: FC<EyeOffIconProps>; export { EyeIcon, EyeOffIcon, PasswordInputIcon, type PasswordInputIconProps };