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

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

export default App;