import React from 'react'; import { FloatButton } from 'antd'; import { FileTextOutlined } from '@ant-design/icons'; const App: React.FC = () => ( <> } description="HELP INFO" shape="square" style={{ right: 24 }} /> } description="HELP" shape="square" style={{ right: 164 }} /> ); export default App;