import { Pagination } from "./pagination";
export type { TaroPaginationProps as PaginationProps } from "../../types";
export default Pagination;
