import React from 'react'; import ClockCircleOutlined from '@ant-design/icons/ClockCircleOutlined'; import { Input, Space } from 'antd'; const App: React.FC = () => ( } placeholder="Error with prefix" /> } placeholder="Warning with prefix" /> ); export default App;