import React from 'react'; import { Tooltip } from 'antd'; const App: React.FC = () => ( Tooltip will show on mouse enter. ); export default App;