import React from 'react'; import { Checkbox, Radio, Space, Upload } from 'antd'; const App: React.FC = () => ( Radio Checkbox ); export default App;