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