File size: 175 Bytes
1e92f2d
 
 
 
 
 
1
2
3
4
5
6
7
import React from 'react';
import { Pagination } from 'antd';

const App: React.FC = () => <Pagination defaultCurrent={3} total={500} showQuickJumper />;

export default App;