mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-10 02:53:28 +08:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import Pagination from './Pagination';
|
|
|
|
export { PaginationProps } from './Pagination';
|
|
export default Pagination;
|