import { PaginationProps } from "./types.js"; import { Pagination } from "./Pagination.js"; export { Pagination, type PaginationProps };