UNPKG

fui-fancyui

Version:
4 lines (3 loc) 303 B
import { TPasswordInputPropsWithNativeAttrs } from '../../atoms/PasswordInput'; import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper'; export type TFancyPasswordInput = Exclude<TPasswordInputPropsWithNativeAttrs, 'themeType'> & Exclude<TInputWrapperUserInputProps, 'InputElement'>;