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

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

export default App;