import React from 'react'; import { Typography } from 'antd'; const { Title } = Typography; const App: React.FC = () => ( <> h1. Ant Design h2. Ant Design h3. Ant Design h4. Ant Design h5. Ant Design ); export default App;