| import React from 'react'; | |
| import { Image } from 'antd'; | |
| const App: React.FC = () => ( | |
| <Image | |
| width={200} | |
| src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png" | |
| /> | |
| ); | |
| export default App; | |
| import React from 'react'; | |
| import { Image } from 'antd'; | |
| const App: React.FC = () => ( | |
| <Image | |
| width={200} | |
| src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png" | |
| /> | |
| ); | |
| export default App; | |