UNPKG

fui-fancyui

Version:
4 lines (3 loc) 289 B
import { TTextInputWithNativeAttrs } from '../../atoms/TextInput/TTextInput.model'; import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper/TInputWrapper.model'; export type TFancyTextInput = TTextInputWithNativeAttrs & Omit<TInputWrapperUserInputProps, 'InputElement'>;