import { TRawTextAreaWithHTMLAttrs } from '../../atoms/RawTextArea/RawTextArea';
import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper';
export type TFancyTextArea = Omit<TInputWrapperUserInputProps, 'InputElement' | ''> & TRawTextAreaWithHTMLAttrs;