2019-01-12 03:33:27 +00:00
|
|
|
import Pagination from './Pagination';
|
2020-11-01 07:03:33 +00:00
|
|
|
import { withInstall } from '../_util/type';
|
2017-11-07 03:57:16 +00:00
|
|
|
|
2021-09-01 13:21:20 +00:00
|
|
|
export { paginationProps, paginationConfig } from './Pagination';
|
|
|
|
export type { PaginationProps, PaginationConfig } from './Pagination';
|
2018-09-19 05:21:57 +00:00
|
|
|
|
2020-11-01 07:03:33 +00:00
|
|
|
export default withInstall(Pagination);
|