import React from "react"; import styles from "./index.less"; import { Pagination } from "antd"; function itemRender(current, type, originalElement) { if (type === "prev") { return Previous; } if (type === "next") { return Next; } return originalElement; } export default () => (