import React from 'react'; import { Button, Card, Flex, Typography } from 'antd'; const cardStyle: React.CSSProperties = { width: 620, }; const imgStyle: React.CSSProperties = { display: 'block', width: 273, }; const App: React.FC = () => ( avatar “antd is an enterprise-class UI design language and React UI library.” ); export default App;