import React from 'react'; import { Input } from 'antd'; const { TextArea } = Input; const App: React.FC = () => ( <> > ); export default App;