import React from "react"; import styles from "./index.less"; import { Input } from "antd"; const { TextArea } = Input; const onChange = e => { console.log(e); }; export default () => (