UNPKG

fui-fancyui

Version:
4 lines (3 loc) 270 B
import { TRawTextAreaWithHTMLAttrs } from '../../atoms/RawTextArea/RawTextArea'; import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper'; export type TFancyTextArea = Omit<TInputWrapperUserInputProps, 'InputElement' | ''> & TRawTextAreaWithHTMLAttrs;