import { TextArea } from './textarea';
export type { WebTextAreaProps as TextAreaProps } from "../../types";
export default TextArea;
