import React from 'react'; import { FloatButton } from 'antd'; const App: React.FC = () => console.log('click')} />; export default App;