()
| 27 | }; |
| 28 | |
| 29 | const App: React.FC = () => ( |
| 30 | <Upload {...props} drag> |
| 31 | {/* <Button icon={<UploadOutlined />}>Click to Upload</Button> */} |
| 32 | <p> |
| 33 | <InboxOutlined style={{fontSize: '50px'}}/> |
| 34 | </p> |
| 35 | <p>点击或者拖拽文件到此处</p> |
| 36 | </Upload> |
| 37 | ); |
| 38 | |
| 39 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected