import Textarea, { TextareaProps as TTextareaProps } from './Textarea'; export type TextareaProps = TTextareaProps; export default Textarea;