import React from 'react'; import { Pagination } from 'antd'; const App: React.FC = () => ( `Total ${total} items`} /> ); export default App;