mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-20 02:29:59 +08:00
9 lines
249 B
TypeScript
9 lines
249 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Pagination from './Pagination';
|
|
|
|
const Pagination = withInstall<typeof _Pagination>(_Pagination);
|
|
|
|
export default Pagination;
|
|
export { Pagination };
|
|
export type { PaginationMode } from './Pagination';
|